From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH 0/4] ethdev/eal API fixes Date: Mon, 20 Jul 2015 06:45:30 -0400 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 Cc: dev@dpdk.org To: Thomas Monjalon 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) Content-Disposition: inline In-Reply-To: <1437303137-29430-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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