From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 23 Jan 2017 01:57:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="56144773" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga005.jf.intel.com with ESMTP; 23 Jan 2017 01:57:52 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1484822763-13107-1-git-send-email-arybchenko@solarflare.com> Cc: Ivan Malov From: Ferruh Yigit Message-ID: Date: Mon, 23 Jan 2017 09:57:51 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484822763-13107-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/sfc: fix TSO limits imposed to the number of Tx queues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2017 09:57:54 -0000 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