From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1BAFA0A02 for ; Mon, 4 Jan 2021 03:28:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C78E11606C2; Mon, 4 Jan 2021 03:28:15 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id E9F351606B7; Mon, 4 Jan 2021 03:28:12 +0100 (CET) IronPort-SDR: L1RI7JExprnbufOm6Jnm76rvcwQPyaKDDIe4l9liBTEjkZhGp6x4XIb8C5ewtmNZSd7Il9BcU2 gshWRfiJRxUQ== X-IronPort-AV: E=McAfee;i="6000,8403,9853"; a="240985705" X-IronPort-AV: E=Sophos;i="5.78,472,1599548400"; d="scan'208";a="240985705" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2021 18:28:12 -0800 IronPort-SDR: qxGOj8ZZCsyh+vFBDxNqWv+HYamFBbQObWaPV6q+S+JU3uH9teZMOy4Nx0IRcBWo4QsCivcYz/ hivX15JHYqJg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,472,1599548400"; d="scan'208";a="461784909" Received: from irsmsx603.ger.corp.intel.com ([163.33.146.9]) by fmsmga001.fm.intel.com with ESMTP; 03 Jan 2021 18:28:10 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by irsmsx603.ger.corp.intel.com (163.33.146.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 4 Jan 2021 02:28:09 +0000 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; Mon, 4 Jan 2021 10:28:06 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [PATCH] net/iavf: fix GTPU UL and DL support for FDIR Thread-Index: AQHW3zP9pFNRQMkxMUmD0KFSQsbmQKoWw/DQ Date: Mon, 4 Jan 2021 02:28:06 +0000 Message-ID: <7445fd1f98a44e3fb422f17bc6979998@intel.com> References: <20201231051307.667936-1-junfeng.guo@intel.com> In-Reply-To: <20201231051307.667936-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.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-stable] [PATCH] net/iavf: fix GTPU UL and DL support for FDIR X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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, Junfeng > Sent: Thursday, December 31, 2020 1:13 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; stable@dpdk.org; Yigit, Ferruh = ; Guo, > Junfeng > Subject: [PATCH] net/iavf: fix GTPU UL and DL support for FDIR >=20 > For AVF FDIR, GTPU uplink and downlink are not supported in previous code= . This > patch distinguishes GTPU with IP/EH/DL/UL for AVF FDIR. >=20 > Fixes: 4c7a41ae6b23 ("net/iavf: support flow director GTPU outer IPv4/IPv= 6") > Cc: stable@dpdk.org >=20 > Signed-off-by: Junfeng Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi