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 43BFA2BD0 for ; Fri, 11 Mar 2016 16:49:30 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 11 Mar 2016 07:49:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,321,1455004800"; d="scan'208";a="667737914" Received: from cberenge-mobl.ger.corp.intel.com ([10.252.22.153]) by FMSMGA003.fm.intel.com with SMTP; 11 Mar 2016 07:49:18 -0800 Received: by (sSMTP sendmail emulation); Fri, 11 Mar 2016 15:49:17 +0025 Date: Fri, 11 Mar 2016 15:49:17 +0000 From: Bruce Richardson To: Alejandro Lucero Message-ID: <20160311154916.GA19860@bricha3-MOBL3> References: <1457003152-18753-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: <1457003152-18753-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 v2] nfp: fix variable type in tx checksum offload 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:49:30 -0000 On Thu, Mar 03, 2016 at 11:05:52AM +0000, Alejandro Lucero wrote: > The mbuf ol_flags field was changed to uin64_t with DPDK version 1.8 > > Fixes: b812daadad0d (\"nfp: add Rx and Tx\") > > Signed-off-by: Alejandro Lucero > --- Applied to dpdk-next-net/rel_16_04 /Bruce