vdev: remove eal prefix
authorThomas Monjalon <thomas@monjalon.net>
Thu, 4 May 2017 16:01:19 +0000 (18:01 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 12:38:35 +0000 (14:38 +0200)
commit2f6fec53909b90fa653b5d6ace0c4aeb4cce25b7
treeba1cb54c0e6dd10463bec9aa36b0f72222baf3f7
parent3dcfe0390c90560bdd4295dcb009e217521ca4a3
vdev: remove eal prefix

The VDEV code will move to the bus drivers directory.
Rename functions from rte_eal_vdev_ to rte_vdev_
to prepare the move of the driver out of EAL.

The prefix rte_eal_vdrv_ is also renamed to rte_vdev_.
It was used for registration of vdev drivers.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
24 files changed:
doc/guides/cryptodevs/aesni_gcm.rst
doc/guides/cryptodevs/aesni_mb.rst
doc/guides/cryptodevs/kasumi.rst
doc/guides/cryptodevs/null.rst
doc/guides/cryptodevs/scheduler.rst
doc/guides/cryptodevs/snow3g.rst
doc/guides/cryptodevs/zuc.rst
doc/guides/eventdevs/octeontx.rst
doc/guides/eventdevs/sw.rst
doc/guides/prog_guide/cryptodev_lib.rst
drivers/net/bonding/rte_eth_bond_api.c
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/common/eal_common_dev.c
lib/librte_eal/common/eal_common_vdev.c
lib/librte_eal/common/include/rte_dev.h
lib/librte_eal/common/include/rte_vdev.h
lib/librte_eal/linuxapp/eal/rte_eal_version.map
test/test/test_cryptodev.c
test/test/test_cryptodev_perf.c
test/test/test_eventdev.c
test/test/test_eventdev_octeontx.c
test/test/test_eventdev_sw.c
test/test/test_link_bonding_rssconf.c