From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: update release notes for iavf renaming Date: Tue, 26 Feb 2019 10:42:35 +0000 Message-ID: References: <20190226175840.36535-1-leyi.rong@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Leyi Rong Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 1E84E2BB8 for ; Tue, 26 Feb 2019 11:42:37 +0100 (CET) In-Reply-To: <20190226175840.36535-1-leyi.rong@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/26/2019 5:58 PM, Leyi Rong wrote: > Update DPDK 19.05 release notes for iavf renaming. > > Signed-off-by: Leyi Rong > --- > 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. Above changes are unrelated to this patch, ignoring them. > + > +* **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 > Reviewed-by: Ferruh Yigit Squashed into relevant commit in next-net [1], thanks. [1]: Commit "net/iavf: rename remaining avf strings"