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 DC714A0C48; Wed, 7 Jul 2021 08:26:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3FDD941480; Wed, 7 Jul 2021 08:26:43 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 4FDC141480 for ; Wed, 7 Jul 2021 08:26:41 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10037"; a="209066409" X-IronPort-AV: E=Sophos;i="5.83,331,1616482800"; d="scan'208";a="209066409" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2021 23:26:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,331,1616482800"; d="scan'208";a="482060214" Received: from dpdk-liulingy-1.sh.intel.com ([10.67.118.206]) by fmsmga004.fm.intel.com with ESMTP; 06 Jul 2021 23:26:39 -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: Wed, 7 Jul 2021 12:57:53 +0000 Message-Id: <20210707125753.1494483-5-lingyu.liu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210707125753.1494483-1-lingyu.liu@intel.com> References: <20210706074258.1345934-1-lingyu.liu@intel.com> <20210707125753.1494483-1-lingyu.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v1 4/4] doc: update iavf driver FDIR/RSS for GTPoGRE 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" Update 21.08 release note for GTPoGRE FDIR and RSS. 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 cd02820e68..df719420b8 100644 --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst @@ -64,6 +64,8 @@ New Features * **Updated Intel iavf driver.** * Added Tx QoS VF queue TC mapping. + * 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