numam-dpdk/app
Matan Azrad 0e45c64d27 app/testpmd: fix invalid port detach
Using registration to all ports includes also the ports which should not
be used by the application.

It is nice to print each port event by testpmd but in case of RMV
event, testpmd tries to detach the port and this case is problematic
when the port should not be used by the application.

Check the port validation before detach API calling.

Fixes: 4fb82244b3 ("app/testpmd: extend event printing")

Signed-off-by: Matan Azrad <matan@mellanox.com>
2018-01-31 21:04:21 +01:00
..
pdump mk: add experimental tag check 2018-01-29 23:35:29 +01:00
proc_info mk: add experimental tag check 2018-01-29 23:35:29 +01:00
test-bbdev app/bbdev: fix unchecked return value 2018-01-31 18:48:49 +01:00
test-crypto-perf app/crypto-perf: fix out-of-bounds array access 2018-01-29 20:22:33 +01:00
test-eventdev app/eventdev: fix port dequeue depth configuration 2018-01-31 07:18:57 +01:00
test-pmd app/testpmd: fix invalid port detach 2018-01-31 21:04:21 +01:00
Makefile app/testbbdev: add test application for bbdev 2018-01-19 01:44:25 +01:00
meson.build app/eventdev: build with meson 2018-01-30 21:58:59 +01:00