devargs: rename legacy API
authorGaetan Rivet <gaetan.rivet@6wind.com>
Mon, 23 Apr 2018 23:54:52 +0000 (01:54 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 25 Apr 2018 02:00:37 +0000 (04:00 +0200)
commitb65ecf1993247f90165923cd527edc798c2eeb43
tree2de0257cdd7d0c1a67e8a9cceae801b4c2221800
parent8e6c3b795e4b1190d09444d99a6dd11b600d26fe
devargs: rename legacy API

The previous symbols were deprecated for two releases.
They are now marked as such and cannot be used anymore.

They are replaced by ones respecting the new namespace that are marked
experimental.

As a result, eth_dev attach and detach are slightly reworked to follow
the changes.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
app/test-pmd/cmdline.c
doc/guides/rel_notes/deprecation.rst
drivers/net/vdev_netvsc/vdev_netvsc.c
examples/bond/Makefile
examples/bond/main.c
lib/librte_eal/common/eal_common_devargs.c
lib/librte_eal/common/eal_common_options.c
lib/librte_eal/common/include/rte_devargs.h
lib/librte_eal/rte_eal_version.map
lib/librte_ether/rte_ethdev.c
test/test/commands.c