From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] fm10k: fix vlan flag bug in scattered RX Date: Tue, 2 Feb 2016 10:41:50 -0700 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 Cc: "dev@dpdk.org" To: "He, Shaopeng" 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) Content-Disposition: inline In-Reply-To: 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 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