igb/ixgbe: allow RSS with only one Rx queue
authorMaxime Leroy <maxime.leroy@6wind.com>
Mon, 2 Sep 2013 15:14:10 +0000 (17:14 +0200)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 09:22:32 +0000 (10:22 +0100)
commit3aa1e71982f866648e698e5713e2d818491479ff
treecb5f88fd9db9aa6055a7f4824edd6115754247cb
parent7a9b2b099893787ec01abb8f76986f5f18f9205a
igb/ixgbe: allow RSS with only one Rx queue

It should be possible to enable RSS with one Rx queue.
RSS hash can be useful independently of the number of Rx queues.
Applications can use RSS hash to identify different IP flows.

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