app/testpmd: fix RSS by setting mq_mode
authorDaniel Kan <dan@nyansa.com>
Thu, 16 Jan 2014 00:31:39 +0000 (16:31 -0800)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 09:47:00 +0000 (10:47 +0100)
commit35105f1288a0d81135945ef167fa7ba20c883c04
tree1293cc61f86c5109ad005703094a4dc312cceb8d
parent57e852429ded674ff27ed03eb3dc6b3d6f66f393
app/testpmd: fix RSS by setting mq_mode

The mq_mode was not set when rxq is > 0; it's defaulted to ETH_MQ_RX_NONE.
As a result, RSS remains inactive. The fix is to set mq_mode to ETH_MQ_RX_RSS
when hf is non-zero.

This bug was introduced by commit 243db2ddee3094a2cb39fdd4b17e26df4e7735e1
igb/ixgbe: ETH_MQ_RX_NONE should disable RSS

Signed-off-by: Daniel Kan <dan@nyansa.com>
Acked-by: Maxime Leroy <maxime.leroy@6wind.com>
app/test-pmd/testpmd.c