From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B4318A0C3F; Wed, 28 Apr 2021 03:52:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39DE140147; Wed, 28 Apr 2021 03:52:48 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id D7D8240041 for ; Wed, 28 Apr 2021 03:52:45 +0200 (CEST) IronPort-SDR: hEaC/69qTmrEJbsnVarZnRK65hV9I6VM9nVZepCSBx+z8nvVpZCv0xFxe5zhTbue6PvgKngtQE ZUasSm3rcC2g== X-IronPort-AV: E=McAfee;i="6200,9189,9967"; a="196742755" X-IronPort-AV: E=Sophos;i="5.82,256,1613462400"; d="scan'208";a="196742755" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2021 18:52:43 -0700 IronPort-SDR: y1PLQnDOH9ezi52Gqszwe5iui8TbOXFAnAz9NESMyqTVwPOnRlIHDEe/3N7sio9tP4N3B66mdR mXhWoCe1zWeg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,256,1613462400"; d="scan'208";a="430070254" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga008.jf.intel.com with ESMTP; 27 Apr 2021 18:52:43 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 27 Apr 2021 18:52:42 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 28 Apr 2021 09:52:35 +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.2106.013; Wed, 28 Apr 2021 09:52:35 +0800 From: "Zhang, Qi Z" To: "Zhang, Yuying" , "dev@dpdk.org" Thread-Topic: [PATCH v1] net/ice/base: clean code of finding GTPU dummy pkt Thread-Index: AQHXOm3ZljQoMC96v0aF7WTPNJQEn6rJLVhA Date: Wed, 28 Apr 2021 01:52:35 +0000 Message-ID: <50f6fb7a4b5f41f3bd3a094be7d316df@intel.com> References: <20210426071749.988082-1-yuying.zhang@intel.com> In-Reply-To: <20210426071749.988082-1-yuying.zhang@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.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/ice/base: clean code of finding GTPU dummy pkt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Zhang, Yuying > Sent: Monday, April 26, 2021 3:18 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Zhang, Yuying > Subject: [PATCH v1] net/ice/base: clean code of finding GTPU dummy pkt >=20 > Four gtpu tunnel types are used twice to find gtpu dummy packets > (ipv4_gtpu_ipv4/ipv6, ipv6_gtpu_ipv4/ipv6). Clean redundant code. >=20 > Signed-off-by: Yuying Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi