pci: fix detach and uninit naming
authorThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 18 Jul 2015 18:35:57 +0000 (20:35 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 18 Jul 2015 20:04:30 +0000 (22:04 +0200)
commitd800f55ff06ebb117bc4ba81d78cbce2838585c3
tree1b7162f35a4b5028d3a63fbdb46ea11f5c3129dc
parent60011cb25a57c49d98dc67030ddcdf912284dda8
pci: fix detach and uninit naming

There are close and detach functions in ethdev.
To keep a consistent naming, PCI functions called by ethdev detach
must be named "detach" instead of "close".
Fix also comments which mix close and uninit names.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
doc/guides/rel_notes/deprecation.rst
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/common/eal_common_pci.c
lib/librte_eal/common/include/rte_pci.h
lib/librte_eal/linuxapp/eal/rte_eal_version.map
lib/librte_ether/rte_ethdev.c