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 55B24C44C for ; Thu, 16 Jun 2016 02:56:14 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 15 Jun 2016 17:56:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,478,1459839600"; d="scan'208";a="122711974" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 15 Jun 2016 17:56:14 -0700 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Jun 2016 17:56:11 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Jun 2016 17:56:11 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Thu, 16 Jun 2016 08:56:09 +0800 From: "Lu, Wenzhuo" To: "Ananyev, Konstantin" , "dev@dpdk.org" CC: "Ananyev, Konstantin" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: fix missed packet types. Thread-Index: AQHRxwXrvfn2j7vrHE2DVrd4G79LAJ/rRNdQ Date: Thu, 16 Jun 2016 00:56:09 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC090903486EC7@shsmsx102.ccr.corp.intel.com> References: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1465995517-19890-1-git-send-email-konstantin.ananyev@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 00:56:14 -0000 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. >=20 > 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(). >=20 > Fixes: 9586ebd358d5 ("ixgbe: replace some offload flags with packet type"= ) >=20 > Signed-off-by: Konstantin Ananyev Acked-by: Wenzhuo Lu