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 <nhorman at tuxdriver.com>