aboutsummaryrefslogtreecommitdiff
path: root/include/rdma/ib_cache.h
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17IB: Add caching of ports' LMCJack Morgenstein1-0/+13
Add an LMC cache to struct ib_device, and add a function ib_get_cached_lmc() to query the cache. Signed-off-by: Jack Morgenstein <[email protected]> Signed-off-by: Sean Hefty <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier1-0/+105
Move the InfiniBand headers from drivers/infiniband/include to include/rdma. This allows InfiniBand-using code to live elsewhere, and lets us remove the ugly EXTRA_CFLAGS include path from the InfiniBand Makefiles. Signed-off-by: Roland Dreier <[email protected]>