From patchwork Tue Jun 23 02:38:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xu, Ting" X-Patchwork-Id: 71998 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 dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9627DA0350; Tue, 23 Jun 2020 04:37:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4CD21D624; Tue, 23 Jun 2020 04:35:54 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 33F2D1D600 for ; Tue, 23 Jun 2020 04:35:44 +0200 (CEST) IronPort-SDR: BxxKh1Uv7Vb8mAMBTVnY7OJDdwXMihscVi35Wdj596LL7mXwBDR7Uhetv3uuKMqUhOLdQWnBWc CcHde5eLs+YQ== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="209128887" X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="209128887" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 19:35:43 -0700 IronPort-SDR: 30eASFYKzToWE1LqW5R8wQ2Jnb0NPEK7yrOubSaqmNN63S+CI6o5vJMyAFNNDWmnDUfY4DJV5M pSDZF7nA1SqA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,269,1589266800"; d="scan'208";a="275198171" Received: from dpdk-xuting-second.sh.intel.com ([10.67.116.154]) by orsmga003.jf.intel.com with ESMTP; 22 Jun 2020 19:35:40 -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: Tue, 23 Jun 2020 10:38:38 +0800 Message-Id: <20200623023838.5608-13-ting.xu@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200623023838.5608-1-ting.xu@intel.com> References: <20200605201737.33766-1-ting.xu@intel.com> <20200623023838.5608-1-ting.xu@intel.com> Subject: [dpdk-dev] [PATCH v5 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. Add "ice_dcf" driver features. Signed-off-by: Ting Xu --- doc/guides/nics/features/ice_dcf.ini | 19 +++++++++++++++++++ doc/guides/rel_notes/release_20_08.rst | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 doc/guides/nics/features/ice_dcf.ini diff --git a/doc/guides/nics/features/ice_dcf.ini b/doc/guides/nics/features/ice_dcf.ini new file mode 100644 index 000000000..e2b565909 --- /dev/null +++ b/doc/guides/nics/features/ice_dcf.ini @@ -0,0 +1,19 @@ +; +; Supported features of the 'ice_dcf' network poll mode driver. +; +; Refer to default.ini for the full list of available PMD features. +; +[Features] +Queue start/stop = Y +Jumbo frame = Y +Scattered Rx = Y +RSS hash = P +Flow API = Y +CRC offload = Y +L3 checksum offload = P +L4 checksum offload = P +Basic stats = Y +Linux UIO = Y +Linux VFIO = Y +x86-32 = Y +x86-64 = Y 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: