From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix icmp echo tx queues Date: Tue, 10 Nov 2015 17:23:02 +0100 Message-ID: <8143758.vNuunuyQaT@xps13> References: <1446108423-14231-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id C4E173777 for ; Tue, 10 Nov 2015 17:24:14 +0100 (CET) Received: by wmdw130 with SMTP id w130so78264548wmd.0 for ; Tue, 10 Nov 2015 08:24:14 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > icmp echo forward engine relies on the core rank rather than the number of > > queues available. > > This fix is still wrong, because if we set a nb-rxq > nb-txq, then we will use > > an invalid txq, but with this, we are aligned on other fwd engines. > > > > Signed-off-by: David Marchand > > Acked-by: Pablo de Lara Applied, thanks