From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] igb/ixgbe: allow RSS with only one Rx queue Date: Wed, 20 Nov 2013 10:57:13 +0100 Message-ID: <201311201057.13912.thomas.monjalon@6wind.com> References: <1384866215-18420-1-git-send-email-maxime.leroy@6wind.com> <1384866215-18420-2-git-send-email-maxime.leroy@6wind.com> <528C82DE.202@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Maxime Leroy Return-path: In-Reply-To: <528C82DE.202-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> 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" 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 software different IP packet flows. > > > > Signed-off-by: Maxime Leroy > > Acked by Ivan Boule Applied -- Thomas