From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/testpmd: fix RSS rx by setting mq_mode Date: Fri, 17 Jan 2014 12:25:18 +0100 Message-ID: <201401171225.18818.thomas.monjalon@6wind.com> References: <1389832299-30033-1-git-send-email-dan@nyansa.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Daniel Kan Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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 > > Acked-by: Maxime Leroy Applied. Thanks for the patch and the reworks. -- Thomas