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 2BE30A0540; Thu, 16 Jul 2020 05:27:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EBABC1BEA3; Thu, 16 Jul 2020 05:26:58 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4522C1BEA1 for ; Thu, 16 Jul 2020 05:26:57 +0200 (CEST) IronPort-SDR: mxrb0lOLojqmGFyOJ+BJaCEpdsPFprOUt6REV9pM9Fed/cyc1g0kn2exLBQmeT8b/lg2GGk7H4 oI0WR8ulHp1A== X-IronPort-AV: E=McAfee;i="6000,8403,9683"; a="146824409" X-IronPort-AV: E=Sophos;i="5.75,357,1589266800"; d="scan'208";a="146824409" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jul 2020 20:26:56 -0700 IronPort-SDR: Y9KZQIK2zDmBM67deLtU0nNrvoUwlPHcTPmolRVPn8W3cpjhDOk3YMFdXJhdEaNWDoInJSEvL+ Lq/HfKyL63bg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,357,1589266800"; d="scan'208";a="486464355" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 15 Jul 2020 20:26:55 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jul 2020 20:26:56 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 15 Jul 2020 20:26:55 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.22]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.250]) with mapi id 14.03.0439.000; Thu, 16 Jul 2020 11:26:51 +0800 From: "Zhang, Qi Z" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH v2] net/ice: fix tunnel type get error Thread-Index: AQHWWxX0Q833wsnbjEWiVV7nZakx26kJi2gw Date: Thu, 16 Jul 2020 03:26:51 +0000 Message-ID: <039ED4275CED7440929022BC67E706115485DB91@SHSMSX103.ccr.corp.intel.com> References: <20200715020733.45086-1-wei.zhao1@intel.com> <20200716014212.61448-1-wei.zhao1@intel.com> In-Reply-To: <20200716014212.61448-1-wei.zhao1@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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 v2] net/ice: fix tunnel type get error X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhao1, Wei > Sent: Thursday, July 16, 2020 9:42 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH v2] net/ice: fix tunnel type get error >=20 > When function ice_get_tun_type_for_recipe() get tunnel type, for > ICE_NON_TUN we need to include gtp-c and some gtp-u ptype with no payload= , > as they do not have tunnel packet as paylod. >=20 > Fixes: 418d2563d10b ("net/ice/base: get tunnel type for recipe") >=20 > Signed-off-by: Wei Zhao > Tested-by: Nannan Lu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi