From patchwork Mon Jul 5 15:45:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Liu, Lingyu" X-Patchwork-Id: 95284 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3C123A0A0C; Mon, 5 Jul 2021 11:14:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31B1C41198; Mon, 5 Jul 2021 11:14:02 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 83B104003C for ; Mon, 5 Jul 2021 11:14:00 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10035"; a="196115121" X-IronPort-AV: E=Sophos;i="5.83,325,1616482800"; d="scan'208";a="196115121" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2021 02:13:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,325,1616482800"; d="scan'208";a="562497938" Received: from dpdk-liulingy-1.sh.intel.com ([10.67.118.206]) by fmsmga001.fm.intel.com with ESMTP; 05 Jul 2021 02:13:58 -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: Mon, 5 Jul 2021 15:45:29 +0000 Message-Id: <20210705154529.1344461-4-lingyu.liu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210705154529.1344461-1-lingyu.liu@intel.com> References: <20210705154529.1344461-1-lingyu.liu@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v1 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" Add 21.08 release note for GTPoGRE FDIR. Signed-off-by: Lingyu Liu --- doc/guides/rel_notes/release_21_08.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst index da4b066b38..6371e4f910 100644 --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst @@ -59,6 +59,8 @@ New Features * Added Tx QoS VF queue TC mapping. * Support GTPoGRE inner most IP FDIR and RSS. + * GTPoGRE pattern without inner l3/l4 field support outer most IP FDIR. + * Support TEID and QFI filed FDIR for GTPoGRE pattern. * **Updated Intel ice driver.**