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 9B6CEA0A02; Fri, 26 Mar 2021 07:37:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA772140D89; Fri, 26 Mar 2021 07:37:17 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id CE8EB140D88 for ; Fri, 26 Mar 2021 07:37:15 +0100 (CET) IronPort-SDR: OLYTFjYZhjH3f2QzRSBlXf8zoPnj9zdQEhXI2eJ9217X80o4oI/3NtFWMrLi1CCyM7nu573B1W YXIDpBJdrQ7g== X-IronPort-AV: E=McAfee;i="6000,8403,9934"; a="187796288" X-IronPort-AV: E=Sophos;i="5.81,279,1610438400"; d="scan'208";a="187796288" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2021 23:37:15 -0700 IronPort-SDR: pHawNrwoaSDi1iVW2fo1qjQo38ILRWFsAKzKc4uVehIyAo+ipi+VkTx6CNxEQmIu06eb2VxfnA ssVwpTLtpYcw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,279,1610438400"; d="scan'208";a="443191069" Received: from dpdk-junfengguo-v1.sh.intel.com ([10.67.119.125]) by fmsmga002.fm.intel.com with ESMTP; 25 Mar 2021 23:37:13 -0700 From: Junfeng Guo To: qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Cc: dev@dpdk.org, haiyue.wang@intel.com, yuying.zhang@intel.com, junfeng.guo@intel.com Date: Fri, 26 Mar 2021 14:29:48 +0000 Message-Id: <20210326142948.1889704-4-junfeng.guo@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210326142948.1889704-1-junfeng.guo@intel.com> References: <20210326104217.3397745-2-junfeng.guo@intel.com> <20210326142948.1889704-1-junfeng.guo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 3/3] doc: add release notes for 21.05 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 support for FDIR GTPU_(EH)_IPv4/IPv6 inner L3/L4 fields matching. Signed-off-by: Junfeng Guo --- doc/guides/rel_notes/release_21_05.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index 22aa80a15b..0e4a1b6f57 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -117,6 +117,12 @@ New Features * Added command to display Rx queue used descriptor count. ``show port (port_id) rxq (queue_id) desc used count`` +* **Updated Intel iavf driver.** + + Updated the Intel iavf driver with new features and improvements, including: + + * Added flow filter to support GTPU inner L3/L4 fields matching. + Removed Items ------------- -- 2.25.1