mbox series

[rdma-core,0/3] Add NDR support

Message ID 20211229085502.167651-1-yishaih@nvidia.com (mailing list archive)
Headers show
Series Add NDR support | expand

Message

Yishai Hadas Dec. 29, 2021, 8:54 a.m. UTC
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(-)

Comments

Yishai Hadas Jan. 11, 2022, 7:52 a.m. UTC | #1
On 12/29/2021 10:54 AM, Yishai Hadas wrote:
> 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(-)
>
The series was merged.

Yishai