app/testpmd: add port check before manual detach
authorThomas Monjalon <thomas@monjalon.net>
Thu, 13 Feb 2020 14:50:23 +0000 (15:50 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 14 Feb 2020 11:42:13 +0000 (12:42 +0100)
commitc8743d5f150107e11201fd56a8e89477a60336d1
treeb19e6291927486607d23fd95000146f54088cd43
parent4f37df14c405b754b5e971c75f4f67f4bb5bfdde
app/testpmd: add port check before manual detach

User may try to run "port detach <port_id>"
for an already detached device.
It has been decided to protect from such usage in testpmd,
so a check was added to detach_port_device() in DPDK 19.11.
This check might be removed to allow hotplug path detaching
the device of a closed port.
Whatever will be decided in future, this check is also added
before the call to detach_port_device().

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test-pmd/cmdline.c