From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2556EC536 for ; Thu, 23 Jun 2016 16:01:18 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2016 07:01:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,517,1459839600"; d="scan'208";a="1008189364" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.161]) by fmsmga002.fm.intel.com with SMTP; 23 Jun 2016 07:01:04 -0700 Received: by (sSMTP sendmail emulation); Thu, 23 Jun 2016 15:01:04 +0025 Date: Thu, 23 Jun 2016 15:01:04 +0100 From: Bruce Richardson To: "Lu, Wenzhuo" Cc: "Ananyev, Konstantin" , "dev@dpdk.org" Message-ID: <20160623140103.GL5024@bricha3-MOBL3> References: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC090903486EC7@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC090903486EC7@shsmsx102.ccr.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] ixgbe: fix missed packet types. 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, 23 Jun 2016 14:01:19 -0000 On Thu, Jun 16, 2016 at 12:56:09AM +0000, Lu, Wenzhuo wrote: > Hi, > > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin Ananyev > > Sent: Wednesday, June 15, 2016 8:59 PM > > To: dev@dpdk.org > > Cc: Ananyev, Konstantin > > Subject: [dpdk-dev] [PATCH] ixgbe: fix missed packet types. > > > > ixgbe PMD RX function(s) miss pacjet types that are: > > - correctly recognised by the underlying HW. > > - marked as supported by ixgbe_dev_supported_ptypes_get(). > > > > Fixes: 9586ebd358d5 ("ixgbe: replace some offload flags with packet type") > > > > Signed-off-by: Konstantin Ananyev > Acked-by: Wenzhuo Lu > Applied to dpdk-next-net/rel_16_07 /Bruce