]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-ipoib'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Apr 2013 18:18:43 +0000 (14:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Apr 2013 18:18:43 +0000 (14:18 -0400)
commitd93c511ae9b929b3119e777f174f484384515045
treed5c1121566f250059ee5c5d7baa3948a31fbff09
parentc9b9c11804228ed9d752a426caad87fdd9c0780c
parent2ff5bbe8836ce57fcc01519d85d4de02bca030f4
Merge branch 'tipc-ipoib'

Patrick McHardy says:

====================
The following patchset adds support for running TIPC over InfiniBand.
The patchset consists of three parts (+ a minor fix for the ethernet media
type):

- Preparation: removal of an the unused str2addr callback and move of the
  bcast_addr from struct tipc_media to struct tipc_bearer. This is necessary
  because InfiniBand doesn't have a fixed broadcast address like ethernet,
  so it needs to be initialized with the device's broadcast address when
  the bearer is enabled

- Introduction of a TIPC InfiniBand media type. A new media type is needed
  to deal with the different address sizes

- Support for ETH_P_TIPC in IPoIB

Since the last posting I've addressed all feedback I received and rebased
to the current net-next tree.

I consider these patches ready for merging. Since they mainly affect TIPC
code, I'd propose to have them either go through the TIPC tree or through
Dave directly (not sure how TIPC patches are managed).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>