From patchwork Tue Jan 26 23:03:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Kadam, Pallavi" X-Patchwork-Id: 87389 X-Patchwork-Delegate: ferruh.yigit@amd.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 47A93A052A; Wed, 27 Jan 2021 00:12:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04ECF140D1A; Wed, 27 Jan 2021 00:12:06 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id EF469140D0D for ; Wed, 27 Jan 2021 00:12:03 +0100 (CET) IronPort-SDR: nEMY1g9Ix4mbOSIwIvVdWFrL3SjNG8U415bem2ffEy6Ho4T7tW6MsQpTCS9+q7j2Iyj50Y5+9F M99yAOFzkUGA== X-IronPort-AV: E=McAfee;i="6000,8403,9876"; a="167084059" X-IronPort-AV: E=Sophos;i="5.79,377,1602572400"; d="scan'208";a="167084059" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jan 2021 15:12:01 -0800 IronPort-SDR: OroyPITnCZJKiWpizP/bR+tB4mZisG5qoNe5FgZ/3IasD06T3wQZLJmVfv02af5tSm/c9W6K3O 4MyJhAvStimQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,377,1602572400"; d="scan'208";a="350814304" Received: from win-dpdk-pallavi.jf.intel.com (HELO localhost.localdomain) ([10.166.188.111]) by fmsmga007.fm.intel.com with ESMTP; 26 Jan 2021 15:12:02 -0800 From: Pallavi Kadam To: dev@dpdk.org, thomas@monjalon.net Cc: ranjit.menon@intel.com, beilei.xing@intel.com, jia.guo@intel.com, ferruh.yigit@intel.com, pallavi.kadam@intel.com Date: Tue, 26 Jan 2021 15:03:43 -0800 Message-Id: <20210126230343.36-1-pallavi.kadam@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20210121190956.2540-1-pallavi.kadam@intel.com> References: <20210121190956.2540-1-pallavi.kadam@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2] doc: update i40e PMD to support on windows 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 documentation to support i40e PMD on Windows. Update the release notes and features list for the same. v2 changes: - updated doc/guides/nics/features/i40e.ini file - Replaced the name UIO with NetUIO Signed-off-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- doc/guides/nics/features/i40e.ini | 1 + doc/guides/nics/i40e.rst | 16 ++++++++++++++-- doc/guides/rel_notes/release_21_02.rst | 4 ++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/features/i40e.ini b/doc/guides/nics/features/i40e.ini index b0a5ef424..542432c41 100644 --- a/doc/guides/nics/features/i40e.ini +++ b/doc/guides/nics/features/i40e.ini @@ -47,6 +47,7 @@ Module EEPROM dump = Y Multiprocess aware = Y FreeBSD = Y Linux = Y +Windows = Y x86-32 = Y x86-64 = Y ARMv8 = Y diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 20c998398..b8be9fe46 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -46,8 +46,8 @@ Features of the i40e PMD are: - Malicious Device Drive event catch and notify - Generic flow API -Prerequisites -------------- +Linux Prerequisites +------------------- - Identifying your adapter using `Intel Support `_ and get the latest NVM/FW images. @@ -75,6 +75,18 @@ Prerequisites * In all cases Intel recommends using Intel Ethernet Optics; other modules may function but are not validated by Intel. Contact Intel for supported media types. +Windows Prerequisites +--------------------- + +- Follow the DPDK `Getting Started Guide for Windows `_ to setup the basic DPDK environment. + +- Identify the IntelĀ® Ethernet adapter and get the latest NVM/FW version. + +- To access any IntelĀ® Ethernet hardware, load the NetUIO driver in place of existing built-in (inbox) driver. + +- To load NetUIO driver, follow the steps mentioned in `dpdk-kmods repository + `_. + Recommended Matching List ------------------------- diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index ae36b6a3f..176c6a66f 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -82,6 +82,10 @@ New Features * Added support for 64B completion queue entries +* **Updated Intel i40e driver.** + + * Added support on Windows. + * **Updated Intel ice driver.** * Added Double VLAN support for DCF switch QinQ filtering.