From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/testpmd: fix RSS by setting mq_mode Date: Tue, 14 Jan 2014 22:34:59 +0100 Message-ID: <6587289.EzUNSgNedy@x220> References: <201401131131.06203.thomas.monjalon@6wind.com> <8FCA4423-9762-47DD-868C-028FD8AAE2BB@nyansa.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Daniel Kan Return-path: In-Reply-To: <8FCA4423-9762-47DD-868C-028FD8AAE2BB-nm7580oGLDTQT0dZR+AlfA@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" 14/01/2014 11:57, Daniel Kan : > On Jan 14, 2014, at 9:42 AM, Maxime Leroy wr= ote: > > An other issue about not enabling RSS with 1 queue, when you use th= e > > command show_rss_key in the testpmd, this one will display that the= RSS > > is enabled. (because rss_hf !=3D 0; see port_rss_hash_conf_show fun= ction in > > app/test-pmd/config.c) >=20 > PS. I don=E2=80=99t see port_rss_hash_conf_show in config.c, at not i= n 1.5.1 branch. > Which branch is this in? Maxime is talking about a local development branch. The function=20 port_rss_hash_conf_show() is in a patch which should be ready for the n= ext=20 version. By the way, your fix will be integrated in version 1.5.2. Daniel, thanks to provide a new version of your patch which allow RSS=20= debugging with only 1 queue. --=20 Thomas