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

2018-10-09 Thread Andrew Rybchenko
On 10/9/18 3:16 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 Reviewed-by: Andr

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

2018-10-08 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 ++- ..