From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E48512A5D for ; Tue, 2 Feb 2016 18:41:58 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 02 Feb 2016 09:41:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,385,1449561600"; d="scan'208";a="739266833" Received: from emaman-mobl.ger.corp.intel.com ([10.252.14.142]) by orsmga003.jf.intel.com with SMTP; 02 Feb 2016 09:41:53 -0800 Received: by (sSMTP sendmail emulation); Tue, 02 Feb 2016 10:41:50 -0600 Date: Tue, 2 Feb 2016 10:41:50 -0700 From: Bruce Richardson To: "He, Shaopeng" Message-ID: <20160202174149.GA24520@bricha3-MOBL3> References: <1450408158-29206-1-git-send-email-xiao.w.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] fm10k: fix vlan flag bug in scattered RX 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: Tue, 02 Feb 2016 17:41:59 -0000 On Fri, Dec 18, 2015 at 05:35:35AM +0000, He, Shaopeng wrote: > > > -----Original Message----- > > From: Wang, Xiao W > > Sent: Friday, December 18, 2015 11:09 AM > > To: Chen, Jing D > > Cc: He, Shaopeng; dev@dpdk.org; Wang, Xiao W > > Subject: [PATCH] fm10k: fix vlan flag bug in scattered RX > > > > In fm10k_recv_scattered_pkts function, a packet is stored in a linked list, > > offload flags such as PKT_RX_VLAN_PKT should be set in the first segment. > > > > Signed-off-by: Wang Xiao W > > Thanks for the catch. > > Acked-by: Shaopeng He First commit applied to dpdk-next-net tree. Applied to dpdk-next-net/rel_16_04 with added fixes line: Fixes: 6b59a3bc82b1 ("fm10k: fix VLAN in Rx mbuf") I hope to apply more patches that are ready in the coming days. Regards, /Bruce