From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D8F8ECE7 for ; Fri, 11 Mar 2016 16:50:05 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 11 Mar 2016 07:50:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,321,1455004800"; d="scan'208";a="667738208" Received: from cberenge-mobl.ger.corp.intel.com ([10.252.22.153]) by FMSMGA003.fm.intel.com with SMTP; 11 Mar 2016 07:50:03 -0800 Received: by (sSMTP sendmail emulation); Fri, 11 Mar 2016 15:50:02 +0025 Date: Fri, 11 Mar 2016 15:50:02 +0000 From: Bruce Richardson To: Alejandro Lucero Message-ID: <20160311155002.GB19860@bricha3-MOBL3> References: <1457004367-18993-1-git-send-email-alejandro.lucero@netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457004367-18993-1-git-send-email-alejandro.lucero@netronome.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] nfp: fix how tx checksum is advertised to firmware 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: Fri, 11 Mar 2016 15:50:06 -0000 On Thu, Mar 03, 2016 at 11:26:07AM +0000, Alejandro Lucero wrote: > Even with tx checksum offload available, do not set the flag by default. > > Fixes: b812daadad0d (\"nfp: add Rx and Tx\") > > Signed-off-by: Alejandro Lucero > --- Applied to dpdk-next-net/rel_16_04 /Bruce