From patchwork Wed Jan 20 02:06:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Zhang, Yuying" X-Patchwork-Id: 86943 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 32241A0A05; Wed, 20 Jan 2021 03:13:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5152140E93; Wed, 20 Jan 2021 03:13:41 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 4E59E140E36 for ; Wed, 20 Jan 2021 03:13:40 +0100 (CET) IronPort-SDR: R9Jc+atnWovJ+uYfkXUm88ZWD1OgABgh7wMkaKOgcGwnYCnZnUkzqNfMu+UbTbcccBRTF1aX0r zf9T8Sda2L3Q== X-IronPort-AV: E=McAfee;i="6000,8403,9869"; a="178251952" X-IronPort-AV: E=Sophos;i="5.79,359,1602572400"; d="scan'208";a="178251952" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2021 18:13:39 -0800 IronPort-SDR: SRoVVwNl836uaCiqvvlitgaFmjJtnFGb6kJc23lc+8vOkJhgxkAhv1iy9BenXcLnaKbwKKrFRj 0zPi5g/phY9w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,359,1602572400"; d="scan'208";a="402579319" Received: from dpdk-yyzhang2.sh.intel.com ([10.67.117.129]) by fmsmga002.fm.intel.com with ESMTP; 19 Jan 2021 18:13:37 -0800 From: Yuying Zhang To: dev@dpdk.org, qi.z.zhang@intel.com, jingjing.wu@intel.com Cc: Yuying Zhang Date: Wed, 20 Jan 2021 02:06:42 +0000 Message-Id: <20210120020642.261607-1-yuying.zhang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210120013401.260905-1-yuying.zhang@intel.com> References: <20210120013401.260905-1-yuying.zhang@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2] doc: update release notes for iavf 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 iavf PMD new feature in release notes. Fixes: 61abc5f611a0 ("net/iavf: support TCP/UDP flow item without input set") Signed-off-by: Yuying Zhang Acked-by: Qi Zhang --- doc/guides/rel_notes/release_21_02.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index 78ec2758e..ecd7cd206 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -106,6 +106,9 @@ New Features * Added Double VLAN support for DCF switch QinQ filtering. +* **Updated Intel iavf driver.** + * Added support for FDIR TCP/UDP pattern without input set. + Removed Items -------------