app/testpmd: add option for Rx multi-queue mode
authorXiaoyu Min <jackmin@mellanox.com>
Thu, 7 May 2020 00:51:59 +0000 (03:51 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 May 2020 20:27:39 +0000 (22:27 +0200)
commitf9295aa22051921a15f107b740682711ff43fb47
treeeff40a6f4360835f988854b77ad901a6706fcc6d
parent2f8cc21f0943e1fde68b38e09f9bf238d0eb7811
app/testpmd: add option for Rx multi-queue mode

One new cmdline option `--rx-mq-mode` is added in order to have the
possibility to check whether PMD handle the mq mode correctly or not.

The reason is some NICs need to do different settings based on different
RX mq mode, i.e RSS or not.

With this support in testpmd, the above scenario can be tested easily.

Signed-off-by: Xiaoyu Min <jackmin@mellanox.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
app/test-pmd/parameters.c
app/test-pmd/testpmd.c
app/test-pmd/testpmd.h
doc/guides/rel_notes/release_20_05.rst
doc/guides/testpmd_app_ug/run_app.rst