[dpdk-dev] [PATCH 2/2] igb/ixgbe: allow RSS with only one Rx queue

2013-11-20 Thread Thomas Monjalon
20/11/2013 10:37, Ivan Boule : > On 11/19/2013 02:03 PM, Maxime Leroy wrote: > > It should be possible to enable RSS with a single Rx queue. > > The RSS hash can be useful independently of the number of RX queues. > > Hence, DPDK applications can use the hardware-computed RSS hash to > > manage in

[dpdk-dev] [PATCH 2/2] igb/ixgbe: allow RSS with only one Rx queue

2013-11-20 Thread Ivan Boule
On 11/19/2013 02:03 PM, Maxime Leroy wrote: > It should be possible to enable RSS with a single Rx queue. > The RSS hash can be useful independently of the number of RX queues. > Hence, DPDK applications can use the hardware-computed RSS hash to > manage in software different IP packet flows. > >

[dpdk-dev] [PATCH 2/2] igb/ixgbe: allow RSS with only one Rx queue

2013-11-19 Thread Maxime Leroy
We should be able to enable RSS with one Rx queue. RSS hash can be useful independently of the number of queues. Applications can use RSS hash to identify different flows. Signed-off-by: Maxime Leroy --- lib/librte_pmd_e1000/igb_rxtx.c |7 ++- lib/librte_pmd_ixgbe/ixgbe_rxtx.c |7 +