Re: [dpdk-dev] [PATCH v2 13/15] devargs: pass busname argument when parsing

2017-09-04 Thread Ferruh Yigit
On 7/14/2017 10:12 PM, Jan Blunck wrote: > Let the rte_eal_devargs_parse() function explicitly take a "busname" > argument that is validated. > > Now that the busname is known and validated at parse time the validity of > the device name is checked for all device types when they get probed. > > S

Re: [dpdk-dev] [PATCH v2 13/15] devargs: pass busname argument when parsing

2017-09-04 Thread Ferruh Yigit
On 7/15/2017 3:48 PM, Gaëtan Rivet wrote: > On Fri, Jul 14, 2017 at 05:12:11PM -0400, Jan Blunck wrote: >> Let the rte_eal_devargs_parse() function explicitly take a "busname" >> argument that is validated. >> >> Now that the busname is known and validated at parse time the validity of >> the devic

Re: [dpdk-dev] [PATCH v2 13/15] devargs: pass busname argument when parsing

2017-07-15 Thread Gaëtan Rivet
On Fri, Jul 14, 2017 at 05:12:11PM -0400, Jan Blunck wrote: > Let the rte_eal_devargs_parse() function explicitly take a "busname" > argument that is validated. > > Now that the busname is known and validated at parse time the validity of > the device name is checked for all device types when they

[dpdk-dev] [PATCH v2 13/15] devargs: pass busname argument when parsing

2017-07-14 Thread Jan Blunck
Let the rte_eal_devargs_parse() function explicitly take a "busname" argument that is validated. Now that the busname is known and validated at parse time the validity of the device name is checked for all device types when they get probed. Signed-off-by: Jan Blunck --- lib/librte_eal/common/ea