numam-dpdk/app
Qi Zhang 2f203d44ba app/testpmd: fix device configure with zero queue
Setup number of Rx & Tx queues to 0 at rte_eth_dev_configure means
take driver's default queue number, so if during a re-configuration
previous queue number will be overwrite, this is not expected when
we configure dcb. The patch fix it by re-configure device with the
original queue number.

Fixes: 3be82f5cc5 ("ethdev: support PMD-tuned Tx/Rx parameters")

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Remy Horton <remy.horton@intel.com>
2018-05-14 22:31:52 +01:00
..
pdump app/pdump: remove unused socket path options 2018-04-26 18:19:29 +02:00
proc-info ethdev: deprecate port count function 2018-04-18 00:48:41 +02:00
test-bbdev bbdev: change names of baseband devices 2018-05-10 17:46:20 +01:00
test-crypto-perf app/crypto-perf: check minimum lcore number 2018-05-10 17:46:20 +01:00
test-eventdev ethdev: deprecate port count function 2018-04-18 00:48:41 +02:00
test-pmd app/testpmd: fix device configure with zero queue 2018-05-14 22:31:52 +01:00
Makefile app/procinfo: rename folder to remove underscore 2018-03-12 16:29:27 +01:00
meson.build app: add all remaining apps to meson build 2018-03-12 16:29:27 +01:00