Re: [dpdk-dev] [PATCH v3] net/mlx5: support new global device syntax

2021-09-29 Thread Thomas Monjalon
23/09/2021 08:45, Xueming Li: > This patch support new global device syntax like: > bus=pci,addr=BB:DD.F/class=eth/driver=mlx5,devargs,.. > > In driver parameters check, ignores "driver" key which is part of new > global device syntax instead of reporting error. > > Signed-off-by: Xueming L

[dpdk-dev] [PATCH v3] net/mlx5: support new global device syntax

2021-09-23 Thread Xueming Li
This patch support new global device syntax like: bus=pci,addr=BB:DD.F/class=eth/driver=mlx5,devargs,.. In driver parameters check, ignores "driver" key which is part of new global device syntax instead of reporting error. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- dr