mbox

[v2,0/2] mlx5: support global device syntax

Message ID 1610983607-7969-1-git-send-email-xuemingl@nvidia.com (mailing list archive)
Headers

Message

Xueming Li Jan. 18, 2021, 3:26 p.m. UTC
  New Global device syntax [1] is used to identify a device with full bus,
class and driver description, for 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: series-14815 ("eal: support global device syntax")

History:
V1:
 - initial version
V2:
 - remove the code parsing "representor" from class parameters.
   representor parsing from class should be done by class "eth" in the
future.


[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

[3] V1:
http://patchwork.dpdk.org/project/dpdk/list/?series=14611


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

 drivers/common/mlx5/mlx5_common_pci.c | 6 +++++-
 drivers/net/mlx5/mlx5.c               | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)