From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=Eo6uqr53BPNka9FbIHHHRDdQb1a5+CBsz0OCh3HRRns=; b=RpPbaPXVtF2oqPOnlg+k6B6TI0qOVB9a+/RQ5vb+2ErpbuR3hFazX4wWvfHsSynI29 uOUgouJix44aff+hxlJFfO2B1KrBBEXkhbRCp0qTfqcCOGqrvTCyeO8WQCNsFFh5PTsL XZBvj+tbmZ1YZ+EfxWA5wETHJAN+Eh1ZvJt0qabdlRv+JE7s0mZdXUg8JZQErU+uZPAB XqULlJA/jtLvNSsPhaOqKn2u6CH96pmYaAgDhsKhY6yPBgeaVN7zn0UG0fQ2aLxvsN1Y qBxOQ0Jj3CtIifYqBxE5cxW3j+z73gSu9UmsQbETLiC7RBaszldV1Wm634B+n2182Is1 al6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Eo6uqr53BPNka9FbIHHHRDdQb1a5+CBsz0OCh3HRRns=; b=DChUcseSBrbZhkvNwgXDPcKu11soyQfV/h8rXjhXA5jvyj00qTovNGvVO6Ra2mt9oD L3wftNFN40XxK9Jc0FXntnwdK/ad4yh4DhCpy36LH7IrfSSfpzphEt3u1G3gHMQEGywB e+J5TdEyVp4M/rt7xwspTJEoB19GWlQKIS46SgqFNDWeGsU9zPaHbwElJyQyiCwVe5Yq dIGkiPtz9upjAB5L2rEhAGKC5x6mKBFEgaNrkwcEUnWU+thIRT7O94Qqn8x3eyqohKvG MgbOWVzVx+yeBue35WGPWB8Wqn3BVq3LMUZiHGqrhcywWap/UcnuYBYJm5mWX+lt1LNb 5maQ== X-Gm-Message-State: ALoCoQlENdQLPNn/t/mLQzJyDJfZBTVG63S3bjqJeCs1yjB1XqtFtNxIjCs9jmIx8cxsYiGrJu/j X-Received: by 10.194.172.162 with SMTP id bd2mr4860104wjc.140.1447172654645; Tue, 10 Nov 2015 08:24:14 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id z4sm4292050wjz.29.2015.11.10.08.24.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 08:24:13 -0800 (PST) From: Thomas Monjalon To: David Marchand Date: Tue, 10 Nov 2015 17:23:02 +0100 Message-ID: <8143758.vNuunuyQaT@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1446108423-14231-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix icmp echo tx queues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 16:24:14 -0000 > > 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