From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 10B57A04F5; Fri, 19 Jun 2020 10:49:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7BEFE1BF3C; Fri, 19 Jun 2020 10:47:54 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D69461BED7 for ; Fri, 19 Jun 2020 10:47:49 +0200 (CEST) IronPort-SDR: 2HeKAkTYODoSPupi1hcxLOVzi7jYDD3bBG5gcOOKj1GLQ6jHwnH1Lhay8WOsf58RueP9jvSN1V S66N4cACWKEQ== X-IronPort-AV: E=McAfee;i="6000,8403,9656"; a="204384447" X-IronPort-AV: E=Sophos;i="5.75,254,1589266800"; d="scan'208";a="204384447" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jun 2020 01:47:49 -0700 IronPort-SDR: he8qMZaESj3/YQ6whdGAovU4wTh2Mgv+6pNhRlNgHTEyNlsRVtxHao5UtYFEgaIUcE+I1veQpQ Vfa5kBVKtgVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,254,1589266800"; d="scan'208";a="477548016" Received: from dpdk-xuting-second.sh.intel.com ([10.67.116.154]) by fmsmga006.fm.intel.com with ESMTP; 19 Jun 2020 01:47:47 -0700 From: Ting Xu To: dev@dpdk.org Cc: qi.z.zhang@intel.com, qiming.yang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, marko.kovacevic@intel.com, john.mcnamara@intel.com, Ting Xu Date: Fri, 19 Jun 2020 16:50:45 +0800 Message-Id: <20200619085045.22875-13-ting.xu@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200619085045.22875-1-ting.xu@intel.com> References: <20200605201737.33766-1-ting.xu@intel.com> <20200619085045.22875-1-ting.xu@intel.com> Subject: [dpdk-dev] [PATCH v4 12/12] doc: enable DCF datapath configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 doc for DCF datapath configuration in DPDK 20.08 release note. Signed-off-by: Ting Xu --- doc/guides/rel_notes/release_20_08.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index dee4ccbb5..1a3a4cdb2 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -56,6 +56,12 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Updated the Intel ice driver.** + + Updated the Intel ice driver with new features and improvements, including: + + * Added support for DCF datapath configuration. + * **Updated Mellanox mlx5 driver.** Updated Mellanox mlx5 driver with new features and improvements, including: -- 2.17.1