ethdev: rename map file to match library name
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 31 Aug 2017 13:42:43 +0000 (14:42 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Aug 2017 21:03:04 +0000 (23:03 +0200)
commitc42021fe564e30ecd281d2e29c2f6b12918dfb98
tree2cc6aed4c7e2768ab54e9921b7550586c4ccbe7b
parent5b9c381397c6ac209871be96e0d4992907110646
ethdev: rename map file to match library name

While almost all libraries have the library name match the directory name,
some libraries and drivers do not. For those that don't, some have the
version filename use the libname, e.g. null_crypto, others have it use the
directory name, e.g. ether. Using the library name seems the better
standard to follow, so rename rte_ether_version.map to
rte_ethdev_version.map.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ether/Makefile
lib/librte_ether/rte_ethdev_version.map [new file with mode: 0644]
lib/librte_ether/rte_ether_version.map [deleted file]