Re: [dpdk-dev] [PATCH v3 01/10] devargs: introduce iterator

2018-03-21 Thread Gaƫtan Rivet
Hello Jianfeng, On Wed, Mar 21, 2018 at 01:43:49PM +0800, Tan, Jianfeng wrote: > Hi Gaetan, > > > On 3/21/2018 7:20 AM, Gaetan Rivet wrote: > > In preparation to making devargs_list private. > > > > Bus drivers generally need to access rte_devargs pertaining to their > > operations. This match

Re: [dpdk-dev] [PATCH v3 01/10] devargs: introduce iterator

2018-03-20 Thread Tan, Jianfeng
Hi Gaetan, On 3/21/2018 7:20 AM, Gaetan Rivet wrote: In preparation to making devargs_list private. Bus drivers generally need to access rte_devargs pertaining to their operations. This match is a common operation for bus drivers. Add a new accessor for the rte_devargs list. Signed-off-by: G

[dpdk-dev] [PATCH v3 01/10] devargs: introduce iterator

2018-03-20 Thread Gaetan Rivet
In preparation to making devargs_list private. Bus drivers generally need to access rte_devargs pertaining to their operations. This match is a common operation for bus drivers. Add a new accessor for the rte_devargs list. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/eal_common_devarg