[dpdk-dev] [PATCH v1 0/2] mlx5: support global syntax
Xueming Li
xuemingl at nvidia.com
Fri Jan 8 16:14:58 CET 2021
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(-)
--
2.25.1
More information about the dev
mailing list