From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 25F0FC3E2 for ; Mon, 20 Jul 2015 12:45:41 +0200 (CEST) Received: from voip-107-15-76-160.kyn.rr.com ([107.15.76.160] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1ZH8Zg-0004Aj-In; Mon, 20 Jul 2015 06:45:38 -0400 Date: Mon, 20 Jul 2015 06:45:30 -0400 From: Neil Horman To: Thomas Monjalon Message-ID: <20150720104530.GA10706@hmsreliant.think-freely.org> References: <1437303137-29430-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437303137-29430-1-git-send-email-thomas.monjalon@6wind.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/4] ethdev/eal API fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 10:45:41 -0000 On Sun, Jul 19, 2015 at 12:52:13PM +0200, Thomas Monjalon wrote: > The main change of these patches is to improve naming consistency > across ethdev and EAL. > It should be applied shortly to be part of rc1. If some comments arise, > it can be fixed/improved in rc2. > > Thomas Monjalon (4): > doc: rename ABI chapter to deprecation > pci: fix detach and uninit naming > ethdev: refactor port release > ethdev: fix doxygen internal comments > > MAINTAINERS | 2 +- > doc/guides/rel_notes/{abi.rst => deprecation.rst} | 19 ++++++++----------- > doc/guides/rel_notes/index.rst | 2 +- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 ++ > lib/librte_eal/common/eal_common_pci.c | 20 ++++++++++++-------- > lib/librte_eal/common/include/rte_pci.h | 6 ++++-- > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 ++ > lib/librte_ether/rte_ethdev.c | 11 +++++------ > lib/librte_ether/rte_ethdev.h | 9 ++++----- > 9 files changed, 39 insertions(+), 34 deletions(-) > rename doc/guides/rel_notes/{abi.rst => deprecation.rst} (51%) > > -- > 2.4.2 > > Series Acked-by: Neil Horman