From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3B72F8D8C for ; Fri, 18 Dec 2015 06:35:45 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 17 Dec 2015 21:35:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,444,1444719600"; d="scan'208";a="863645542" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 17 Dec 2015 21:35:44 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Dec 2015 21:35:44 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Dec 2015 21:35:43 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.158]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.28]) with mapi id 14.03.0248.002; Fri, 18 Dec 2015 13:35:35 +0800 From: "He, Shaopeng" To: "Wang, Xiao W" , "Chen, Jing D" Thread-Topic: [PATCH] fm10k: fix vlan flag bug in scattered RX Thread-Index: AQHROUGDJI/Bj5rsSkWgNqqInX7mK57QNk7w Date: Fri, 18 Dec 2015 05:35:35 +0000 Message-ID: References: <1450408158-29206-1-git-send-email-xiao.w.wang@intel.com> In-Reply-To: <1450408158-29206-1-git-send-email-xiao.w.wang@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 18 Dec 2015 05:35:45 -0000 > -----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 >=20 > In fm10k_recv_scattered_pkts function, a packet is stored in a linked lis= t, > offload flags such as PKT_RX_VLAN_PKT should be set in the first segment. >=20 > Signed-off-by: Wang Xiao W Thanks for the catch. Acked-by: Shaopeng He