From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id CA4AE5A95 for ; Fri, 26 Feb 2016 17:46:01 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 26 Feb 2016 08:46:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="921837345" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.63]) by orsmga002.jf.intel.com with SMTP; 26 Feb 2016 08:45:58 -0800 Received: by (sSMTP sendmail emulation); Fri, 26 Feb 2016 16:45:58 +0025 Date: Fri, 26 Feb 2016 16:45:58 +0000 From: Bruce Richardson To: "Liang, Cunming" Message-ID: <20160226164557.GC28808@bricha3-MOBL3> References: <1453974391-20935-1-git-send-email-jing.d.chen@intel.com> <1454741365-3004-1-git-send-email-jing.d.chen@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 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: Fri, 26 Feb 2016 16:46:02 -0000 On Thu, Feb 18, 2016 at 08:36:55AM +0000, Liang, Cunming wrote: > 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 > > > > From: "Chen Jing D(Mark)" > > > > Using SSE instructions to parse error flags in HW Rx descriptor, > > then set corresponding bits of mbuf. > > > > Signed-off-by: Chen Jing D(Mark) > Acked-by: Cunming Liang Applied to dpdk-next-net/rel_16_04 /Bruce