From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A13D31396 for ; Tue, 21 Mar 2017 17:03:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490112220; x=1521648220; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=1S+9t/kgdab1wJvn1fsS9zzgJS+cJ4p14LYWRtD0Md0=; b=F01t7OAwmtBa/p5fFOEboLbZcS5CsxMsMbe/LxWkZAyKGpeaY4hOicCM ixqaO2Bms94n5xilfnnEm9kTAPLNhw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 09:03:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,200,1486454400"; d="scan'208";a="79460781" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 21 Mar 2017 09:03:15 -0700 To: Alejandro Lucero , dev@dpdk.org References: <1490093001-15710-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: Date: Tue, 21 Mar 2017 16:03:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1490093001-15710-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] nfp: clean tx descriptor flags 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: Tue, 21 Mar 2017 16:03:41 -0000 On 3/21/2017 10:43 AM, Alejandro Lucero wrote: > When LSO, not doing this can led to firmware disruption. It does > not show as error because TCP ends up sending data again later on. > > Fixes: 9ba3d0ae2090 (\"net/nfp: add TSO support\") > > Signed-off-by: Alejandro Lucero Series applied to dpdk-next-net/master, thanks.