Re: [dpdk-dev] [PATCH v4 5/6] ethdev: remove deprecated attach/detach functions

2018-10-16 Thread Thomas Monjalon
16/10/2018 13:03, Ferruh Yigit: > On 10/9/2018 11:33 PM, Thomas Monjalon wrote: > > The hotplug attach/detach features are implemented in EAL layer. > > There is a new ethdev iterator to retrieve ports from ethdev layer. > > > > As announced earlier, the (buggy) ethdev functions are now removed. >

Re: [dpdk-dev] [PATCH v4 5/6] ethdev: remove deprecated attach/detach functions

2018-10-16 Thread Ferruh Yigit
On 10/9/2018 11:33 PM, Thomas Monjalon wrote: > The hotplug attach/detach features are implemented in EAL layer. > There is a new ethdev iterator to retrieve ports from ethdev layer. > > As announced earlier, the (buggy) ethdev functions are now removed. > > Signed-off-by: Thomas Monjalon > Revi

[dpdk-dev] [PATCH v4 5/6] ethdev: remove deprecated attach/detach functions

2018-10-09 Thread Thomas Monjalon
The hotplug attach/detach features are implemented in EAL layer. There is a new ethdev iterator to retrieve ports from ethdev layer. As announced earlier, the (buggy) ethdev functions are now removed. Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko --- app/test-pmd/testpmd.c