numam-dpdk/drivers/net/ring
Bruce Richardson 5b9c381397 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>
2017-08-31 23:03:01 +02:00
..
Makefile net/ring: rename map file to standardized name 2017-08-31 23:03:01 +02:00
rte_eth_ring.c net/ring: add missing newlines in logs 2017-07-19 11:09:13 +03:00
rte_eth_ring.h ring: create device from a ring 2015-11-03 02:01:56 +01:00
rte_pmd_ring_version.map net/ring: rename map file to standardized name 2017-08-31 23:03:01 +02:00