mbox series

[v1,0/2] mlx5 supports InfiniBand BTH item match

Message ID 20230606110710.4116732-1-dongzhou@nvidia.com (mailing list archive)
Headers
Series mlx5 supports InfiniBand BTH item match |

Message

Dong Zhou June 6, 2023, 11:07 a.m. UTC
  mlx5 supports InfiniBand BTH item match by SWS and HWS.
depends-on: http://patches.dpdk.org/project/dpdk/patch/20230531032653.3037946-1-dongzhou@nvidia.com/ ("ethdev: add flow item for RoCE infiniband BTH")

v1:
 - Update mlx5.ini and mlx5.rst doc in the first patch.

Dong Zhou (2):
  net/mlx5: add support for infiniband BTH match
  net/mlx5/hws: add support for infiniband BTH match

 doc/guides/nics/features/mlx5.ini     |   1 +
 doc/guides/nics/mlx5.rst              |   1 +
 drivers/common/mlx5/mlx5_prm.h        |   5 +-
 drivers/net/mlx5/hws/mlx5dr_definer.c |  76 ++++++++++++++++++-
 drivers/net/mlx5/hws/mlx5dr_definer.h |   2 +
 drivers/net/mlx5/mlx5_flow.h          |   6 ++
 drivers/net/mlx5/mlx5_flow_dv.c       | 102 ++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_flow_hw.c       |   1 +
 8 files changed, 191 insertions(+), 3 deletions(-)
  

Comments

Raslan Darawsheh June 19, 2023, 12:15 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Bill Zhou <dongzhou@nvidia.com>
> Sent: Tuesday, June 6, 2023 2:07 PM
> To: Ori Kam <orika@nvidia.com>; Alex Vesker <valex@nvidia.com>; Slava
> Ovsiienko <viacheslavo@nvidia.com>; NBU-Contact-Thomas Monjalon
> (EXTERNAL) <thomas@monjalon.net>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH v1 0/2] mlx5 supports InfiniBand BTH item match
> 
> mlx5 supports InfiniBand BTH item match by SWS and HWS.
> depends-on:
> http://patches.dpdk.org/project/dpdk/patch/20230531032653.3037946-
> 1-dongzhou@nvidia.com/ ("ethdev: add flow item for RoCE infiniband BTH")
> 
> v1:
>  - Update mlx5.ini and mlx5.rst doc in the first patch.
> 
> Dong Zhou (2):
>   net/mlx5: add support for infiniband BTH match
>   net/mlx5/hws: add support for infiniband BTH match
> 
>  doc/guides/nics/features/mlx5.ini     |   1 +
>  doc/guides/nics/mlx5.rst              |   1 +
>  drivers/common/mlx5/mlx5_prm.h        |   5 +-
>  drivers/net/mlx5/hws/mlx5dr_definer.c |  76 ++++++++++++++++++-
>  drivers/net/mlx5/hws/mlx5dr_definer.h |   2 +
>  drivers/net/mlx5/mlx5_flow.h          |   6 ++
>  drivers/net/mlx5/mlx5_flow_dv.c       | 102 ++++++++++++++++++++++++++
>  drivers/net/mlx5/mlx5_flow_hw.c       |   1 +
>  8 files changed, 191 insertions(+), 3 deletions(-)
> 
> --
> 2.27.0

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh