On Wed, 11 Jul 2018 15:14:07 +0100 Andrew Rybchenko <arybche...@solarflare.com> wrote:
> As discussed in [1] EAL hotplug should be used directly to add/remove devices. > > app/pdump changes are build-tested only. > > [1] http://mails.dpdk.org/archives/dev/2018-July/107507.html > > Andrew Rybchenko (3): > app/pdump: use hotplug add instead of attach > ethdev: deprecate attach and detach functions > eal: deprecate device attach and detach functions > > app/pdump/main.c | 94 ++++++++++++++++++------- > app/test-pmd/Makefile | 1 + > app/test-pmd/meson.build | 1 + > doc/guides/rel_notes/deprecation.rst | 12 ++++ > lib/librte_eal/common/include/rte_dev.h | 2 + > lib/librte_ethdev/rte_ethdev.h | 2 + > 6 files changed, 88 insertions(+), 24 deletions(-) > Acked-by: Stephen Hemminger <step...@networkplumber.org>