From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] ixgbe: fix missed packet types. Date: Thu, 16 Jun 2016 10:10:47 +0200 Message-ID: <57625F07.8030604@6wind.com> References: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Konstantin Ananyev , dev@dpdk.org Return-path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id D9FD8C578 for ; Thu, 16 Jun 2016 10:10:46 +0200 (CEST) In-Reply-To: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 06/15/2016 02:58 PM, Konstantin Ananyev wrote: > 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 Checked that unknown Etherypes are recognized as L2_ETHER Checked that packets with IP options are recognized as L2_ETHER L3_IPV4_EXT Tested-by: Olivier Matz