From patchwork Tue Feb 26 17:58:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leyi Rong X-Patchwork-Id: 50506 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 26DD73237; Tue, 26 Feb 2019 11:06:11 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 400A32C39 for ; Tue, 26 Feb 2019 11:06:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2019 02:06:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,415,1544515200"; d="scan'208";a="136359656" Received: from lrong-srv-02.sh.intel.com ([10.67.119.137]) by FMSMGA003.fm.intel.com with ESMTP; 26 Feb 2019 02:06:06 -0800 From: Leyi Rong To: ferruh.yigit@intel.com Cc: dev@dpdk.org, Leyi Rong Date: Wed, 27 Feb 2019 01:58:40 +0800 Message-Id: <20190226175840.36535-1-leyi.rong@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc: update release notes for iavf renaming 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" Update DPDK 19.05 release notes for iavf renaming. Signed-off-by: Leyi Rong Reviewed-by: Ferruh Yigit --- doc/guides/rel_notes/release_19_05.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index c0390ca16..9042aecf6 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -67,9 +67,15 @@ New Features * **Updated Mellanox drivers.** - New features and improvements were done in mlx4 and mlx5 PMDs: + New features and improvements were done in mlx4 and mlx5 PMDs: - * Added firmware version reading. + * Added firmware version reading. + +* **Renamed avf to iavf.** + + Renamed Intel Ethernet Adaptive Virtual Function driver ``avf`` to ``iavf``, + which includes the directory name, lib name, filenames, makefile, docs, + macros, functions, structs and any other strings in the code. Removed Items