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(-) -- 2.17.1