From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 00AD9A04B1 for ; Tue, 8 Sep 2020 11:00:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D8C261BEE1; Tue, 8 Sep 2020 11:00:48 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 00184DE0; Tue, 8 Sep 2020 11:00:45 +0200 (CEST) IronPort-SDR: zB0l1MPuPX24H2MGntQH2kDmaz7f2YH4dJ+7RLxKRIhZebK9m1SJkQxi6ABCVrfj9xta4xCv0k WTkmmBZohOMg== X-IronPort-AV: E=McAfee;i="6000,8403,9737"; a="222306591" X-IronPort-AV: E=Sophos;i="5.76,405,1592895600"; d="scan'208";a="222306591" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2020 02:00:44 -0700 IronPort-SDR: 79Zif4Ns1kLgK0mLFE/sIkb103T0mzdRbCg3FK8VkrbQ9Ymd0PC++zYKTGI7PsjuTyFd8MCOvV 5x7RTEZZJrTg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,405,1592895600"; d="scan'208";a="285813040" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga008.fm.intel.com with ESMTP; 08 Sep 2020 02:00:44 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 8 Sep 2020 02:00:42 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 8 Sep 2020 17:00:41 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 8 Sep 2020 17:00:41 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "Xu, Ting" , "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/ice/base: fix wrong outer ipv6 ptype table Thread-Index: AQHWhE1TDFw2U/SB+EC6adnn5wZjaaldmhyAgADZu9A= Date: Tue, 8 Sep 2020 09:00:40 +0000 Message-ID: <3b4f0592dfe946ea8188e9658d711461@intel.com> References: <20200906130145.44729-1-qi.z.zhang@intel.com> <1205329527874f9e9c23a2dc01f5cde2@intel.com> In-Reply-To: <1205329527874f9e9c23a2dc01f5cde2@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/ice/base: fix wrong outer ipv6 ptype table X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Guo, Jia > Sent: Tuesday, September 8, 2020 11:59 AM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: Xu, Ting ; dev@dpdk.org; Zhang, Qi Z > ; stable@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] net/ice/base: fix wrong outer ipv6 ptype = table >=20 >=20 > > -----Original Message----- > > From: dev On Behalf Of Qi Zhang > > Sent: Sunday, September 6, 2020 9:02 PM > > To: Yang, Qiming > > Cc: Xu, Ting ; dev@dpdk.org; Zhang, Qi Z > > ; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH] net/ice/base: fix wrong outer ipv6 ptype > > table > > > > ptype 264, 265, 266, 267, 275 is should not be set in > ice_ptypes_ipv6_ofos_all. > > >=20 > A tiny comment, "is" should be deleted, right?=20 yes > And I think ptype name is more > readable than number when interpret the reason, you choose. > After that patch is ok. These ptypes are reserved, they have no name. >=20 > Acked-by: Jeff Guo Applied to dpdk-next-net-intel after correct the commit log. Thanks Qi