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 6D566A0032; Tue, 16 Nov 2021 02:08:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3332140141; Tue, 16 Nov 2021 02:08:56 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 942B240040; Tue, 16 Nov 2021 02:08:54 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10169"; a="297019326" X-IronPort-AV: E=Sophos;i="5.87,237,1631602800"; d="scan'208";a="297019326" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 17:08:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,237,1631602800"; d="scan'208";a="494251068" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga007.jf.intel.com with ESMTP; 15 Nov 2021 17:08:53 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) 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.2242.12; Mon, 15 Nov 2021 17:08:52 -0800 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.2242.12; Tue, 16 Nov 2021 09:08:45 +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.2242.012; Tue, 16 Nov 2021 09:08:45 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Yigit, Ferruh" , "Xu, Ting" Subject: RE: [PATCH] net/ice/base: fix wrong defines of GTPU UL/DL flag Thread-Topic: [PATCH] net/ice/base: fix wrong defines of GTPU UL/DL flag Thread-Index: AQHX16KorSOGRiUSkkChUPwE1RLUTawFXYpQ Date: Tue, 16 Nov 2021 01:08:44 +0000 Message-ID: <3d09f531209a491b94040454d4b1319c@intel.com> References: <20211112085029.3779581-1-junfeng.guo@intel.com> In-Reply-To: <20211112085029.3779581-1-junfeng.guo@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.6.200.16 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 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 > -----Original Message----- > From: Guo, Junfeng > Sent: Friday, November 12, 2021 4:50 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; stable@dpdk.org; Yigit, Ferruh = ; > Guo, Junfeng ; Xu, Ting > Subject: [PATCH] net/ice/base: fix wrong defines of GTPU UL/DL flag >=20 > Just fix the wrong defines of GTPU flags between UL and DL. These two are > defined are misplaced to each other. >=20 > Fixes: 8ebb93942b2c ("net/ice/base: add function to set HW profile for ra= w > flow") > Cc: stable@dpdk.org >=20 > Signed-off-by: Junfeng Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi