mbox series

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

Message ID 1610983607-7969-1-git-send-email-xuemingl@nvidia.com (mailing list archive)
Headers
Series mlx5: support global device syntax |

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(-)
  

Comments

Thomas Monjalon Sept. 20, 2021, 8:07 a.m. UTC | #1
18/01/2021 16:26, Xueming Li:
> 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(-)

Please could you rebase this series?
  
Xueming Li Sept. 23, 2021, 6:47 a.m. UTC | #2
On Mon, 2021-09-20 at 10:07 +0200, Thomas Monjalon wrote:
> 18/01/2021 16:26, Xueming Li:
> > 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(-)
> 
> Please could you rebase this series?
> 

V3 posted. Please note Patch 1/2 no longer needed after rebase,
just one patch in v3.