mbox

[v1,0/2] mlx5: support global syntax

Message ID 20210108151500.30308-1-xuemingl@nvidia.com (mailing list archive)
Headers

Message

Xueming Li Jan. 8, 2021, 3:14 p.m. UTC
  New Global device syntax [1] is used to identify a device with full bus,
class and driver description, example:
 -a bus=pci,id=82:00.0/class=eth/driver=mlx5,dv_flow_en=1

This patchset enables global syntax in mlx5 PMD.


Depends-on: patch-86058 ("ethdev: refactor representor infrastructure")
Depends-on: series-14610 ("eal: support global syntax")


[1] Global Device Syntax:
https://www.dpdk.org/wp-content/uploads/sites/35/2018/10/am-07-DPDK-hotplug-20180905.pdf

[2] RFC:
http://patchwork.dpdk.org/project/dpdk/list/?series=14378


Xueming Li (2):
  common/mlx5: support device global syntax
  net/mlx5: support new device global syntax

 drivers/common/mlx5/mlx5_common_pci.c |  6 +++++-
 drivers/net/mlx5/linux/mlx5_os.c      | 18 ++++++++++++++++--
 drivers/net/mlx5/mlx5.c               |  6 +++++-
 3 files changed, 26 insertions(+), 4 deletions(-)