mbox series

[v5,0/2] support socket direct mode bonding

Message ID 20211026084830.440951-1-rongweil@nvidia.com (mailing list archive)
Headers
Series support socket direct mode bonding |

Message

Rongwei Liu Oct. 26, 2021, 8:48 a.m. UTC
  In socket direct mode, it's possible to bind any two (maybe four
in the future) PCIe devices with IDs like xxxx:xx:xx.x and 
yyyy:yy:yy.y. Bonding member interfaces are unnecessary to have
the same PCIe domain/bus/device ID anymore.

Doesn't need to backport to DPDK 20.11

v2: fix ci warnings.
v3: add description in release_21_11.rst.
v4: add description in mlx5.rst.
v5: rebase on top of master-net-mlx

Rongwei Liu (2):
  common/mlx5: support pcie device guid query
  net/mlx5: support socket direct mode bonding

 doc/guides/nics/mlx5.rst                   |  4 ++
 doc/guides/rel_notes/release_21_11.rst     |  4 ++
 drivers/common/mlx5/linux/mlx5_common_os.c | 40 ++++++++++++++++++++
 drivers/common/mlx5/linux/mlx5_common_os.h | 19 ++++++++++
 drivers/net/mlx5/linux/mlx5_os.c           | 43 +++++++++++++++++-----
 5 files changed, 101 insertions(+), 9 deletions(-)
  

Comments

Raslan Darawsheh Oct. 26, 2021, 11:27 a.m. UTC | #1
Hi,
> -----Original Message-----
> From: Rongwei Liu <rongweil@nvidia.com>
> Sent: Tuesday, October 26, 2021 11:48 AM
> To: Matan Azrad <matan@nvidia.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>; Ori Kam <orika@nvidia.com>; NBU-Contact-
> Thomas Monjalon <thomas@monjalon.net>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH v5 0/2] support socket direct mode bonding
> 
> In socket direct mode, it's possible to bind any two (maybe four in the
> future) PCIe devices with IDs like xxxx:xx:xx.x and yyyy:yy:yy.y. Bonding
> member interfaces are unnecessary to have the same PCIe
> domain/bus/device ID anymore.
> 
> Doesn't need to backport to DPDK 20.11
> 
> v2: fix ci warnings.
> v3: add description in release_21_11.rst.
> v4: add description in mlx5.rst.
> v5: rebase on top of master-net-mlx
> 
> Rongwei Liu (2):
>   common/mlx5: support pcie device guid query
>   net/mlx5: support socket direct mode bonding
> 
>  doc/guides/nics/mlx5.rst                   |  4 ++
>  doc/guides/rel_notes/release_21_11.rst     |  4 ++
>  drivers/common/mlx5/linux/mlx5_common_os.c | 40
> ++++++++++++++++++++  drivers/common/mlx5/linux/mlx5_common_os.h
> | 19 ++++++++++
>  drivers/net/mlx5/linux/mlx5_os.c           | 43 +++++++++++++++++-----
>  5 files changed, 101 insertions(+), 9 deletions(-)
> 
> --
> 2.27.0

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh