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

2018-10-08 Thread Thomas Monjalon
08/10/2018 09:28, Andrew Rybchenko: > On 10/8/18 1:25 AM, 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 4/5] ethdev: remove deprecated attach/detach functions

2018-10-08 Thread Andrew Rybchenko
On 10/8/18 1:25 AM, 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 <...> diff --gi

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

2018-10-07 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 --- app/test-pmd/testpmd.c| 17 ++- do