igb/ixgbe: ETH_MQ_RX_NONE should disable RSS
authorMaxime Leroy <maxime.leroy@6wind.com>
Mon, 2 Sep 2013 15:07:55 +0000 (17:07 +0200)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 09:22:32 +0000 (10:22 +0100)
commit7a9b2b099893787ec01abb8f76986f5f18f9205a
treefa5449968e40ad3692be79db2034df1b47f63f8e
parenta18dc3319e076313cfc8fa0c8cdf55b61ccf8812
igb/ixgbe: ETH_MQ_RX_NONE should disable RSS

As explained in rte_ethdev.h, ETH_MQ_RX_NONE allows to not choose RSS, DCB
or VMDQ mode.

But the igb/ixgbe code always silently select the RSS mode with ETH_MQ_RX_NONE.
This patch fixes this incoherence between the API and the implementation.

Signed-off-by: Maxime Leroy <maxime.leroy@6wind.com>
Acked-by: Ivan Boule <ivan.boule@6wind.com>
lib/librte_pmd_e1000/igb_rxtx.c
lib/librte_pmd_ixgbe/ixgbe_rxtx.c