Re: [dpdk-dev] [PATCH v3 4/5] bus: add device arguments name parsing API

2021-04-08 Thread Thomas Monjalon
01/04/2021 17:13, Xueming(Steven) Li: >From: Thomas Monjalon > >30/03/2021 14:15, Xueming Li: > >> To use Global Device Syntax as devargs, name is required for device > >> management. > > > >Context is missing. > >You mean the argument "name" for the vdev bus? > > Devargs.name, it is used by prob

Re: [dpdk-dev] [PATCH v3 4/5] bus: add device arguments name parsing API

2021-04-01 Thread Xueming(Steven) Li
ra...@nxp.com; >step...@networkplumber.org; >rosen...@intel.com; ajit.khapa...@broadcom.com; jer...@marvell.com >Subject: Re: [dpdk-dev] [PATCH v3 4/5] bus: add device arguments name parsing >API > >The commit log should start by explaining it is adding a callback to the bus >drivers for t

Re: [dpdk-dev] [PATCH v3 4/5] bus: add device arguments name parsing API

2021-03-31 Thread Thomas Monjalon
The commit log should start by explaining it is adding a callback to the bus drivers for the new devargs syntax. 30/03/2021 14:15, Xueming Li: > To use Global Device Syntax as devargs, name is required for device > management. Context is missing. You mean the argument "name" for the vdev bus? >

[dpdk-dev] [PATCH v3 4/5] bus: add device arguments name parsing API

2021-03-30 Thread Xueming Li
To use Global Device Syntax as devargs, name is required for device management. In legacy parsing API, devargs name was extracted after bus name: bus:name,kv_params,,, To parse new Global Device Syntax, this patch introduces new bus API to parse devargs and update name, different bus driver mig