net/ring: rename map file to standardized name
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 31 Aug 2017 13:42:42 +0000 (14:42 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 31 Aug 2017 21:03:01 +0000 (23:03 +0200)
commit5b9c381397c6ac209871be96e0d4992907110646
tree7f1fc0ca515492af605b56478ec351673dfe3d1b
parent45a5f7988655bd86ae35e89bae322215291f9353
net/ring: rename map file to standardized name

The filenames of the linker map files for DPDK PMDs, all follow a
standard format: rte_pmd_<libname>_version.map. The ring version, however,
had eth instead of pmd in the name, so was non-standard. By changing
this, we no longer need the build system to explicitly be given the name of
the mapfile, as it can determine it from the directory name.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/ring/Makefile
drivers/net/ring/rte_eth_ring_version.map [deleted file]
drivers/net/ring/rte_pmd_ring_version.map [new file with mode: 0644]