Re: [dpdk-dev] [PATCH] net/mvpp2: fix build

2018-04-20 Thread Thomas Monjalon
19/04/2018 22:52, Ferruh Yigit: > On 4/19/2018 5:09 PM, Thomas Monjalon wrote: > > The iterator RTE_ETH_FOREACH_DEV (added in below commit) > > requires to enable experimental APIs. > > > > Fixing also the config option rename in the build test. > > > > Fixes: 8728ccf37615 ("fix ethdev ports enum

Re: [dpdk-dev] [PATCH] net/mvpp2: fix build

2018-04-19 Thread Tomasz Duszynski
On Thu, Apr 19, 2018 at 06:09:34PM +0200, Thomas Monjalon wrote: > The iterator RTE_ETH_FOREACH_DEV (added in below commit) > requires to enable experimental APIs. > > Fixing also the config option rename in the build test. > > Fixes: 8728ccf37615 ("fix ethdev ports enumeration") > Fixes: fe9396872

Re: [dpdk-dev] [PATCH] net/mvpp2: fix build

2018-04-19 Thread Ferruh Yigit
On 4/19/2018 5:09 PM, Thomas Monjalon wrote: > The iterator RTE_ETH_FOREACH_DEV (added in below commit) > requires to enable experimental APIs. > > Fixing also the config option rename in the build test. > > Fixes: 8728ccf37615 ("fix ethdev ports enumeration") > Fixes: fe93968722af ("net/mrvl: re

[dpdk-dev] [PATCH] net/mvpp2: fix build

2018-04-19 Thread Thomas Monjalon
The iterator RTE_ETH_FOREACH_DEV (added in below commit) requires to enable experimental APIs. Fixing also the config option rename in the build test. Fixes: 8728ccf37615 ("fix ethdev ports enumeration") Fixes: fe93968722af ("net/mrvl: rename PMD as mvpp2") Reported-by: Ferruh Yigit Signed-off-