From patchwork Fri Feb 22 15:03:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Leyi Rong X-Patchwork-Id: 50437 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 40BAE2C38; Fri, 22 Feb 2019 08:11:13 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4AD052C19 for ; Fri, 22 Feb 2019 08:11:11 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2019 23:11:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,398,1544515200"; d="scan'208";a="124346739" Received: from lrong-srv-02.sh.intel.com ([10.67.119.137]) by fmsmga007.fm.intel.com with ESMTP; 21 Feb 2019 23:11:09 -0800 From: Leyi Rong To: jingjing.wu@intel.com, wenzhuo.lu@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, Leyi Rong Date: Fri, 22 Feb 2019 23:03:36 +0800 Message-Id: <20190222150336.22299-2-leyi.rong@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190222150336.22299-1-leyi.rong@intel.com> References: <20190222150336.22299-1-leyi.rong@intel.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/2] doc: rename avf to iavf 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" This patch renames avf to iavf only for the doc files. Signed-off-by: Leyi Rong --- MAINTAINERS | 6 +++--- doc/guides/nics/features/{avf.ini => iavf.ini} | 2 +- .../nics/features/{avf_vec.ini => iavf_vec.ini} | 2 +- doc/guides/nics/intel_vf.rst | 14 +++++++------- 4 files changed, 12 insertions(+), 12 deletions(-) rename doc/guides/nics/features/{avf.ini => iavf.ini} (93%) rename doc/guides/nics/features/{avf_vec.ini => iavf_vec.ini} (92%) diff --git a/MAINTAINERS b/MAINTAINERS index eef480ab5..d0d7bb21a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -577,12 +577,12 @@ F: drivers/net/fm10k/ F: doc/guides/nics/fm10k.rst F: doc/guides/nics/features/fm10k*.ini -Intel avf +Intel iavf M: Jingjing Wu M: Wenzhuo Lu T: git://dpdk.org/next/dpdk-next-net-intel -F: drivers/net/avf/ -F: doc/guides/nics/features/avf*.ini +F: drivers/net/iavf/ +F: doc/guides/nics/features/iavf*.ini Intel ifc M: Xiao Wang diff --git a/doc/guides/nics/features/avf.ini b/doc/guides/nics/features/iavf.ini similarity index 93% rename from doc/guides/nics/features/avf.ini rename to doc/guides/nics/features/iavf.ini index 35ceada24..80143059e 100644 --- a/doc/guides/nics/features/avf.ini +++ b/doc/guides/nics/features/iavf.ini @@ -1,5 +1,5 @@ ; -; Supported features of the 'avf' network poll mode driver. +; Supported features of the 'iavf' network poll mode driver. ; ; Refer to default.ini for the full list of available PMD features. ; diff --git a/doc/guides/nics/features/avf_vec.ini b/doc/guides/nics/features/iavf_vec.ini similarity index 92% rename from doc/guides/nics/features/avf_vec.ini rename to doc/guides/nics/features/iavf_vec.ini index 3050bc4a6..167f5fdf3 100644 --- a/doc/guides/nics/features/avf_vec.ini +++ b/doc/guides/nics/features/iavf_vec.ini @@ -1,5 +1,5 @@ ; -; Supported features of the 'avf_vec' network poll mode driver. +; Supported features of the 'iavf_vec' network poll mode driver. ; ; Refer to default.ini for the full list of available PMD features. ; diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index 49a7085a9..e8d5118a0 100644 --- a/doc/guides/nics/intel_vf.rst +++ b/doc/guides/nics/intel_vf.rst @@ -68,11 +68,11 @@ which is called a "Mailbox". Intel® Ethernet Adaptive Virtual Function ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Adaptive Virtual Function (AVF) is a SR-IOV Virtual Function with the same device id (8086:1889) on different Intel Ethernet Controller. -AVF Driver is VF driver which supports for all future Intel devices without requiring a VM update. And since this happens to be an adaptive VF driver, +Adaptive Virtual Function (IAVF) is a SR-IOV Virtual Function with the same device id (8086:1889) on different Intel Ethernet Controller. +IAVF Driver is VF driver which supports for all future Intel devices without requiring a VM update. And since this happens to be an adaptive VF driver, every new drop of the VF driver would add more and more advanced features that can be turned on in the VM if the underlying HW device supports those -advanced features based on a device agnostic way without ever compromising on the base functionality. AVF provides generic hardware interface and -interface between AVF driver and a compliant PF driver is specified. +advanced features based on a device agnostic way without ever compromising on the base functionality. IAVF provides generic hardware interface and +interface between IAVF driver and a compliant PF driver is specified. Intel products starting Ethernet Controller 700 Series to support Adaptive Virtual Function. @@ -80,12 +80,12 @@ The way to generate Virtual Function is like normal, and the resource of VF assi For more detail on SR-IOV, please refer to the following documents: -* `Intel® AVF HAS `_ +* `Intel® IAVF HAS `_ .. note:: - To use DPDK AVF PMD on Intel® 700 Series Ethernet Controller, the device id (0x1889) need to specified during device - assignment in hypervisor. Take qemu for example, the device assignment should carry the AVF device id (0x1889) like + To use DPDK IAVF PMD on Intel® 700 Series Ethernet Controller, the device id (0x1889) need to specified during device + assignment in hypervisor. Take qemu for example, the device assignment should carry the IAVF device id (0x1889) like ``-device vfio-pci,x-pci-device-id=0x1889,host=03:0a.0``. The PCIE host-interface of Intel Ethernet Switch FM10000 Series VF infrastructure