This series extends verbs and diags to include the NDR support. It includes the NDR support bit from PortInfo.CapabilityMask2 and the new rates as were defined in IB Spec Release 1.5. The matching utilities inside verbs to print and convert to/from the new rates were updated as well. In addition, the series includes some pyverbs extension to support the new NDR definitions. PR was sent: https://github.com/linux-rdma/rdma-core/pull/1114 Yishai Edward Srouji (1): pyverbs: Extend support of NDR rates Maher Sanalla (2): verbs: Extend support of NDR rates ibdiags: Extend support of NDR rates infiniband-diags/ibportstate.c | 8 +++++++- libibmad/iba_types.h | 3 +++ libibverbs/examples/devinfo.c | 1 + libibverbs/verbs.c | 8 ++++++++ libibverbs/verbs.h | 3 +++ pyverbs/device.pyx | 3 ++- pyverbs/libibverbs_enums.pxd | 1 + 7 files changed, 25 insertions(+), 2 deletions(-) -- 1.8.3.1