Re: [dpdk-dev] [PATCH v5 5/5] devargs: parse global device syntax

2021-10-03 Thread Xueming(Steven) Li
On Tue, 2021-09-28 at 11:04 +0200, Thomas Monjalon wrote: > 28/09/2021 10:29, David Marchand: > > On Tue, Apr 13, 2021 at 5:15 AM Xueming Li wrote: > > > > > > When parsing a devargs, try to parse using the global device syntax > > > first. Fallback on legacy syntax on error. > > > > > > Example

Re: [dpdk-dev] [PATCH v5 5/5] devargs: parse global device syntax

2021-09-28 Thread Thomas Monjalon
28/09/2021 10:29, David Marchand: > On Tue, Apr 13, 2021 at 5:15 AM Xueming Li wrote: > > > > When parsing a devargs, try to parse using the global device syntax > > first. Fallback on legacy syntax on error. > > > > Example of new global device syntax: > > -a bus=pci,addr=82:00.0/class=eth/drive

Re: [dpdk-dev] [PATCH v5 5/5] devargs: parse global device syntax

2021-09-28 Thread David Marchand
On Tue, Apr 13, 2021 at 5:15 AM Xueming Li wrote: > > When parsing a devargs, try to parse using the global device syntax > first. Fallback on legacy syntax on error. > > Example of new global device syntax: > -a bus=pci,addr=82:00.0/class=eth/driver=mlx5,dv_flow_en=1 > > Signed-off-by: Xueming L

[dpdk-dev] [PATCH v5 5/5] devargs: parse global device syntax

2021-04-12 Thread Xueming Li
When parsing a devargs, try to parse using the global device syntax first. Fallback on legacy syntax on error. Example of new global device syntax: -a bus=pci,addr=82:00.0/class=eth/driver=mlx5,dv_flow_en=1 Signed-off-by: Xueming Li Reviewed-by: Gaetan Rivet --- doc/guides/rel_notes/release_2