app/testpmd: fix init config for multi-queue mode
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 28 Feb 2017 06:26:28 +0000 (14:26 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 13:52:51 +0000 (15:52 +0200)
commit5f592039add0aec4d30783c3abd3709a36c2da68
tree5531ec206048168f4bcd3b99d57f9024001d6203
parent1b51b0bbc2c8c6dcdabe5880f7187ea23ee17a4a
app/testpmd: fix init config for multi-queue mode

In SRIOV mode, the mq_mode of rte_eth_rxmode should not carry VMDQ info
without rx_adv_conf setting.

Fixes: a30979f6ad7f ("app/testpmd: set Rx VMDq RSS mode")
Cc: stable@dpdk.org
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
app/test-pmd/testpmd.c