From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from [10.16.0.195] (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id BAEB4268D0; Thu, 16 Jun 2016 10:10:46 +0200 (CEST) To: Konstantin Ananyev , dev@dpdk.org References: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> From: Olivier MATZ Message-ID: <57625F07.8030604@6wind.com> Date: Thu, 16 Jun 2016 10:10:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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, 16 Jun 2016 08:10:47 -0000 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