numam-dpdk/lib/librte_ip_frag
Bruce Richardson 45a5f79886 ip_frag: rename map file to standardized name
The filenames of the linker map files for DPDK libraries, all follow a
standard format: rte_<libname>_version.map. The ip_frag version, however,
was missing an underscore 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/library name.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2017-08-31 23:02:57 +02:00
..
ip_frag_common.h ip_frag: free mbufs on reassembly table destroy 2017-06-22 17:58:38 +02:00
ip_frag_internal.c ip_frag: check for x86 rather than SSE4 2017-07-04 14:35:41 +02:00
Makefile ip_frag: rename map file to standardized name 2017-08-31 23:02:57 +02:00
rte_ip_frag_common.c ip_frag: free mbufs on reassembly table destroy 2017-06-22 17:58:38 +02:00
rte_ip_frag_version.map ip_frag: rename map file to standardized name 2017-08-31 23:02:57 +02:00
rte_ip_frag.h ip_frag: free mbufs on reassembly table destroy 2017-06-22 17:58:38 +02:00
rte_ipv4_fragmentation.c ip_frag: handle MTU sizes not aligned to 8 bytes 2017-06-22 17:59:05 +02:00
rte_ipv4_reassembly.c fix typos using codespell utility 2017-06-14 23:54:13 +02:00
rte_ipv6_fragmentation.c eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
rte_ipv6_reassembly.c fix typos using codespell utility 2017-06-14 23:54:13 +02:00