numam-dpdk/app
Nithin Dabilpuram 55e51c9624 app/testpmd: add device related commands
With the latest published interface of
rte_eal_hotplug_[add,remove](), and rte_eth_dev_close(),
rte_eth_dev_close() would cleanup all the data structures of
port's eth dev leaving the device common resource intact
if RTE_ETH_DEV_CLOSE_REMOVE is set in dev flags.

So a new command "detach device" (~hotplug remove) to work,
with device identifier like "port attach" is added
to be able to detach closed devices.

Also to display currently probed devices, another command
"show device info <identifier>|all" is also added as a
part of this change.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-07-23 14:31:35 +02:00
..
pdump app/pdump: exit with primary process 2019-07-11 00:26:17 +02:00
proc-info eal: promote some experimental functions as stable 2019-04-21 19:11:37 +02:00
test test/sched: modify for config flexibility 2019-07-22 15:42:16 +02:00
test-acl net: replace IPv4/v6 constants with uppercase name 2019-06-03 16:54:54 +02:00
test-bbdev app/bbdev: add test vectors for 5GNR 2019-07-05 15:28:14 +02:00
test-cmdline app/cmdline: move from test directory 2019-02-26 15:24:11 +01:00
test-compress-perf app/compress-perf: remove magic numbers 2019-07-19 14:15:21 +02:00
test-crypto-perf app/crypto-perf: check lcore job failure 2019-07-05 15:28:14 +02:00
test-eventdev app/eventdev: optimize producer routine 2019-07-07 14:48:42 +02:00
test-pipeline net: add rte prefix to IP structure 2019-05-24 13:34:46 +02:00
test-pmd app/testpmd: add device related commands 2019-07-23 14:31:35 +02:00
Makefile test: move to app directory 2019-02-26 15:29:27 +01:00
meson.build build: enable BSD features visibility for FreeBSD 2019-06-26 16:50:33 +02:00