From patchwork Tue Jan 19 03:21:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Guo, Jia" X-Patchwork-Id: 86843 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 9EF6DA0A03; Tue, 19 Jan 2021 04:29:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 72DE9140DC9; Tue, 19 Jan 2021 04:29:01 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id CE913140DC2 for ; Tue, 19 Jan 2021 04:28:59 +0100 (CET) IronPort-SDR: DRUKSDqxLs0FfGBQJJZInN2O8+208DNSn9DFei9n5YfzSV22tG5Rh30NtmBMCfQZecRwCyXesv HOlFv33uJkOg== X-IronPort-AV: E=McAfee;i="6000,8403,9868"; a="166539822" X-IronPort-AV: E=Sophos;i="5.79,357,1602572400"; d="scan'208";a="166539822" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2021 19:28:56 -0800 IronPort-SDR: xhuGWhrXxKkQmPDyQ+ojed7sXLjdbgRvtPKiOE6T71I5K8xyRtQiDU2P0y5JSSJlu6d6MiJhBK e79C1VbP2XLg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,357,1602572400"; d="scan'208";a="355392238" Received: from npg-dpdk-cvl-jeffguo-01.sh.intel.com ([10.67.111.128]) by fmsmga008.fm.intel.com with ESMTP; 18 Jan 2021 19:28:53 -0800 From: Jeff Guo To: thomas@monjalon.net, david.marchand@redhat.com Cc: qi.z.zhang@intel.com, ferruh.yigit@intel.com, dev@dpdk.org, jia.guo@intel.com Date: Tue, 19 Jan 2021 11:21:36 +0800 Message-Id: <20210119032136.43887-1-jia.guo@intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [dpdk-dev] [dpdk-dev v1] doc: update eCPRI protocol support 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 eCPRI protocol flow features to ice pmd and iavf pmd. Signed-off-by: Jeff Guo --- doc/guides/rel_notes/release_21_02.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index 3bb0b9a9ed..c84f0bfad9 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -72,6 +72,18 @@ New Features * Added inner UDP/IPv4 support for VXLAN IPv4 GSO. +* **Updated the Intel ice driver.** + + Updated the Intel ice driver with new features and improvements, including: + + * Added support for UDP dynamic port assignment for eCPRI protocol feature. + +* **Updated Intel iavf driver.** + + Updated iavf PMD with new features and improvements, including: + + * Added support for FDIR/RSS packet steering for flow type eCPRI protocol features. + Removed Items -------------