Re: [dpdk-dev] [PATCH 2/5] ethdev: add an iterator to match some devargs input

2018-10-08 Thread Thomas Monjalon
08/10/2018 09:06, Andrew Rybchenko: > On 10/8/18 1:25 AM, Thomas Monjalon wrote: > > --- a/lib/librte_eal/common/include/rte_common.h > > +++ b/lib/librte_eal/common/include/rte_common.h > > @@ -164,6 +164,12 @@ static void __attribute__((destructor(RTE_PRIO(prio)), > > used)) func(void) > >*/

Re: [dpdk-dev] [PATCH 2/5] ethdev: add an iterator to match some devargs input

2018-10-08 Thread Andrew Rybchenko
On 10/8/18 1:25 AM, Thomas Monjalon wrote: Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_common.h | 6 ++ lib/librte_ethdev/ethdev_private.c | 10 ++- lib/librte_ethdev/ethdev_private.h | 6 ++ lib/librte_ethdev/rte_ethdev.c | 87

[dpdk-dev] [PATCH 2/5] ethdev: add an iterator to match some devargs input

2018-10-07 Thread Thomas Monjalon
Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_common.h | 6 ++ lib/librte_ethdev/ethdev_private.c | 10 ++- lib/librte_ethdev/ethdev_private.h | 6 ++ lib/librte_ethdev/rte_ethdev.c | 87 ++ lib/librte_ethdev/rte_ethdev.h