Extend XRC support to user space. Because XRC requires new verbs and extensions to existing verbs, we first implement the infra-structure changes needed to support verbs extensions matching to libibverbs scheme, later XRC support is built on top of that infrastructure.
Changes from V6: Adapted to latest master branch. Bug fixes, details in relevant patches. Sean Hefty (1): Add support for XRC QPs Yishai Hadas (1): Infra-structure changes to support verbs extensions src/buf.c | 6 +- src/cq.c | 42 ++++++++--- src/mlx4-abi.h | 6 ++ src/mlx4.c | 106 ++++++++++++++++++--------- src/mlx4.h | 70 ++++++++++++++++-- src/qp.c | 39 ++++++---- src/srq.c | 153 ++++++++++++++++++++++++++++++++++++++ src/verbs.c | 224 +++++++++++++++++++++++++++++++++++++++++-------------- 8 files changed, 518 insertions(+), 128 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
