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 8956DA0C47; Tue, 6 Jul 2021 03:13:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 767E14067E; Tue, 6 Jul 2021 03:13:18 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id AD72540040 for ; Tue, 6 Jul 2021 03:13:16 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10036"; a="189416390" X-IronPort-AV: E=Sophos;i="5.83,327,1616482800"; d="scan'208";a="189416390" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2021 18:13:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,327,1616482800"; d="scan'208";a="410322755" Received: from dpdk-liulingy-1.sh.intel.com ([10.67.118.206]) by orsmga003.jf.intel.com with ESMTP; 05 Jul 2021 18:13:13 -0700 From: Lingyu Liu To: dev@dpdk.org, qi.z.zhang@intel.com, beilei.xing@intel.com, jingjing.wu@intel.com Cc: junfeng.guo@intel.com, Lingyu Liu Date: Tue, 6 Jul 2021 07:42:59 +0000 Message-Id: <20210706074258.1345934-4-lingyu.liu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210706074258.1345934-1-lingyu.liu@intel.com> References: <20210706074258.1345934-1-lingyu.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 3/3] doc: release note for GTPoGRE FDIR 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" Refine 21.08 release note for GTPoGRE FDIR and RSS. Signed-off-by: Lingyu Liu --- doc/guides/rel_notes/release_21_08.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst index da4b066b38..d79ec0d724 100644 --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst @@ -58,7 +58,8 @@ New Features * **Updated Intel iavf driver.** * Added Tx QoS VF queue TC mapping. - * Support GTPoGRE inner most IP FDIR and RSS. + * Enable FDIR and RSS for GTPoGRE, support filter based on GTPU TEID/QFI, + outer most L3 or inner most l3/l4. * **Updated Intel ice driver.** -- 2.25.1