Hey, This RFC proposes new resource tracking attributes and APIs for rdma providers to add their own implementation specific attributes. Included in this series is the core changes, and a cxgb4-specific QP implementation. Please comment! Steve. Steve Wise (2): RDMA/nldev: add provider-specific resource tracking iw_cxgb4: dump detailed provider-specific QP information drivers/infiniband/core/nldev.c | 40 ++++ drivers/infiniband/hw/cxgb4/Makefile | 3 +- drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 6 + drivers/infiniband/hw/cxgb4/provider.c | 9 + drivers/infiniband/hw/cxgb4/restrack.c | 363 +++++++++++++++++++++++++++++++++ include/rdma/restrack.h | 10 + include/uapi/rdma/rdma_netlink.h | 17 ++ 7 files changed, 447 insertions(+), 1 deletion(-) create mode 100644 drivers/infiniband/hw/cxgb4/restrack.c -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html