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

2018-04-24 Thread Gaƫtan Rivet
On Mon, Apr 23, 2018 at 04:54:17PM -0700, Stephen Hemminger wrote: > On Tue, 24 Apr 2018 00:41:01 +0200 > 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 o

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

2018-04-23 Thread Stephen Hemminger
On Tue, 24 Apr 2018 00:41:01 +0200 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. > >

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

2018-04-23 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