Re: [dpdk-dev] [PATCH v4 02/10] devargs: introduce foreach macro

2018-04-24 Thread Gaƫtan Rivet
On Mon, Apr 23, 2018 at 04:56:19PM -0700, Stephen Hemminger wrote: > On Tue, 24 Apr 2018 00:41:02 +0200 > Gaetan Rivet wrote: > > > Introduce new rte_devargs accessor allowing to iterate over all > > rte_devargs pertaining to a bus. > > > > Signed-off-by: Gaetan Rivet > > --- > > Aren't devarg

Re: [dpdk-dev] [PATCH v4 02/10] devargs: introduce foreach macro

2018-04-23 Thread Stephen Hemminger
On Tue, 24 Apr 2018 00:41:02 +0200 Gaetan Rivet wrote: > Introduce new rte_devargs accessor allowing to iterate over all > rte_devargs pertaining to a bus. > > Signed-off-by: Gaetan Rivet > --- Aren't devargs intended to be internal and not part of ABI. If so maybe the experimental tag is not

[dpdk-dev] [PATCH v4 02/10] devargs: introduce foreach macro

2018-04-23 Thread Gaetan Rivet
Introduce new rte_devargs accessor allowing to iterate over all rte_devargs pertaining to a bus. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/include/rte_devargs.h | 8 1 file changed, 8 insertions(+) diff --git a/lib/librte_eal/common/include/rte_devargs.h b/lib/librte_eal/c