20/11/2013 10:49, Ivan Boule : > On 11/19/2013 02:03 PM, Maxime Leroy wrote: > > As explained in rte_ethdev.h, ETH_MQ_RX_NONE allows to not choose > > between RSS, DCB > > or VMDQ modes for the selection of a rx queue. > > > > But the igb/ixgbe code always silently selects 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 at 6wind.com> > > Acked by Ivan Boule <ivan.boule at 6wind.com>
Applied -- Thomas