From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] nfp: fix variable type in tx checksum offload Date: Fri, 11 Mar 2016 15:49:17 +0000 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 Cc: dev@dpdk.org To: Alejandro Lucero 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) Content-Disposition: inline In-Reply-To: <1457003152-18753-1-git-send-email-alejandro.lucero@netronome.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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