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 629782C16 for ; Thu, 21 Apr 2016 16:04:45 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 21 Apr 2016 07:03:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,513,1455004800"; d="scan'208";a="959832032" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.132]) by orsmga002.jf.intel.com with SMTP; 21 Apr 2016 07:03:51 -0700 Received: by (sSMTP sendmail emulation); Thu, 21 Apr 2016 15:03:50 +0025 Date: Thu, 21 Apr 2016 15:03:50 +0100 From: Bruce Richardson To: "Chen, Jing D" Cc: Michael Frasca , "dev@dpdk.org" Message-ID: <20160421140350.GA3808@bricha3-MOBL3> References: <1460983912-14287-1-git-send-email-michael.frasca@oracle.com> <4341B239C0EFF9468EE453F9E9F4604D04488388@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D04488388@shsmsx102.ccr.corp.intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] fm10k: set packet type for multi-segment packets 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: Thu, 21 Apr 2016 14:04:46 -0000 On Mon, Apr 18, 2016 at 02:05:23PM +0000, Chen, Jing D wrote: > Hi, > > > -----Original Message----- > > From: Michael Frasca [mailto:michael.frasca@oracle.com] > > Sent: Monday, April 18, 2016 8:52 PM > > To: Chen, Jing D > > Cc: dev@dpdk.org; Michael Frasca > > Subject: [PATCH v2] fm10k: set packet type for multi-segment packets > > > > When building a chain of mbufs for a multi-segment packet, the packet_type > > field resides at the end of the chain. It should be copied forward to the head > > of the list. > > > > Also, uses RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE to guard packet-type > > computation. The mbuf fields are not copied when this define is not set. > > > > Fixes: fe65e1e1ce61 ("fm10k: add vector scatter Rx") > > > > Signed-off-by: Michael Frasca > Acked-by : Jing Chen > Applied to dpdk-next-net/rel_16_07 /Bruce