From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Hi, This series extends librdmacm to unique identify the IBV device connected to the CMA device. https://github.com/linux-rdma/rdma-core/pull/749 Thanks Leon Romanovsky (4): Update kernel headers libibverbs: Fix description of ibv_get_device_guid man page libibverbs: Get stable IB device index librdmacm: Rely on IB device index if available debian/libibverbs1.symbols | 2 + kernel-headers/rdma/rdma_user_cm.h | 2 + libibverbs/CMakeLists.txt | 2 +- libibverbs/device.c | 7 ++++ libibverbs/libibverbs.map.in | 5 +++ libibverbs/man/CMakeLists.txt | 1 + libibverbs/man/ibv_get_device_guid.3.md | 4 +- libibverbs/man/ibv_get_device_index.3.md | 40 ++++++++++++++++++ libibverbs/man/ibv_get_device_list.3.md | 1 + libibverbs/verbs.h | 9 ++++ librdmacm/cma.c | 53 +++++++++++++++++++----- librdmacm/rdma_cma_abi.h | 2 + 12 files changed, 114 insertions(+), 14 deletions(-) create mode 100644 libibverbs/man/ibv_get_device_index.3.md -- 2.26.2