aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_addr.h
Commit message (Collapse)AuthorAge
* [PATCH] IB/addr: gid structure alignment fixMichael S. Tsirkin2006-07-15
| | | | | | | | | | | | The device address contains unsigned character arrays, which contain raw GID addresses. The GIDs may not be naturally aligned, so do not cast them to structures or unions. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Cc: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* IB: address translation to map IP toIB addresses (GIDs)Sean Hefty2006-06-17
Add an address translation service that maps IP addresses to InfiniBand GID addresses using IPoIB. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>