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 91CD82617 for ; Thu, 9 Jun 2016 17:41:18 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 09 Jun 2016 08:41:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,445,1459839600"; d="scan'208";a="998647723" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.71]) by fmsmga002.fm.intel.com with SMTP; 09 Jun 2016 08:41:07 -0700 Received: by (sSMTP sendmail emulation); Thu, 09 Jun 2016 16:41:06 +0025 Date: Thu, 9 Jun 2016 16:41:06 +0100 From: Bruce Richardson To: "Azarewicz, PiotrX T" , "Tao, Zhe" Cc: "dev@dpdk.org" Message-ID: <20160609154105.GE12520@bricha3-MOBL3> References: <1464094543-32623-1-git-send-email-zhe.tao@intel.com> <4837007523CC9A4B9414D20C13DE6E64136D1EAA@IRSMSX102.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4837007523CC9A4B9414D20C13DE6E64136D1EAA@IRSMSX102.ger.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v1] i40e: fix olflags for vector 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: Thu, 09 Jun 2016 15:41:19 -0000 On Fri, Jun 03, 2016 at 07:19:09AM +0000, Azarewicz, PiotrX T wrote: > Hi, > > > --- a/drivers/net/i40e/i40e_rxtx_vec.c > > +++ b/drivers/net/i40e/i40e_rxtx_vec.c > > @@ -149,7 +149,7 @@ desc_to_olflags_v(__m128i descs[4], struct rte_mbuf > > **rx_pkts) > > > > /* mask everything except rss and vlan flags > > *bit2 is for vlan tag, bits 13:12 for rss > > */ > > Please, update or remove the comment above. > Thanks, Piotr > ping. is a v2 of this patch being produced? /Bruce