From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/sfc: fix TSO limits imposed to the number of Tx queues Date: Mon, 23 Jan 2017 09:57:51 +0000 Message-ID: References: <1484822763-13107-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Ivan Malov To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 57AF5108F for ; Mon, 23 Jan 2017 10:57:54 +0100 (CET) In-Reply-To: <1484822763-13107-1-git-send-email-arybchenko@solarflare.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/19/2017 10:46 AM, Andrew Rybchenko wrote: > From: Ivan Malov > > The number of Tx queues requested by the user must not be overridden; > instead, the limits imposed by TSO must be applied to the advertised > maximum > > Fixes: fec33d5bb3eb ("net/sfc: support firmware-assisted TSO") > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko > Reviewed-by: Andrew Lee > Reviewed-by: Andy Moreton Can you please rebase this patch on top of latest next-net, since another tso patch [1] applied first. [1] http://dpdk.org/dev/patchwork/patch/19842/ Thanks, ferruh