From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2644491BF for ; Thu, 18 Feb 2016 09:37:02 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 18 Feb 2016 00:37:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,464,1449561600"; d="scan'208";a="50021897" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 18 Feb 2016 00:37:00 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 18 Feb 2016 00:36:58 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.110.15) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 18 Feb 2016 00:36:58 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.249]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.117]) with mapi id 14.03.0248.002; Thu, 18 Feb 2016 16:36:56 +0800 From: "Liang, Cunming" To: "Chen, Jing D" , "He, Shaopeng" Thread-Topic: [PATCH v2] fm10k: handle err flags in vector RX func Thread-Index: AQHRYKqNkvPKoWf/2UydB4+p0WvxK58xcUew Date: Thu, 18 Feb 2016 08:36:55 +0000 Message-ID: References: <1453974391-20935-1-git-send-email-jing.d.chen@intel.com> <1454741365-3004-1-git-send-email-jing.d.chen@intel.com> In-Reply-To: <1454741365-3004-1-git-send-email-jing.d.chen@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 v2] fm10k: handle err flags in vector RX func 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, 18 Feb 2016 08:37:03 -0000 Hi, > -----Original Message----- > From: Chen, Jing D > Sent: Saturday, February 06, 2016 2:49 PM > To: Liang, Cunming; He, Shaopeng > Cc: dev@dpdk.org; Chen, Jing D > Subject: [PATCH v2] fm10k: handle err flags in vector RX func >=20 > From: "Chen Jing D(Mark)" >=20 > Using SSE instructions to parse error flags in HW Rx descriptor, > then set corresponding bits of mbuf. >=20 > Signed-off-by: Chen Jing D(Mark) Acked-by: Cunming Liang