numam-dpdk/lib/librte_acl
Neil Horman 133b75923b mk: add library version extension
To differentiate libraries that break ABI, we add a library version number
suffix to the library, which must be incremented when a given libraries ABI is
broken.  This patch enforces that addition, sets the initial abi soname
extension to 1 for each library and creates a symlink to the base SONAME so that
the test applications will link properly.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-02-03 16:56:58 +01:00
..
acl_bld.c acl: introduce config parameter for performance/space trade-off 2015-01-28 17:11:26 +01:00
acl_gen.c acl: introduce config parameter for performance/space trade-off 2015-01-28 17:11:26 +01:00
acl_run_avx2.c acl: use scalar method fastest for some cases 2015-01-28 17:11:25 +01:00
acl_run_avx2.h acl: deduplicate some SSE and AVX2 code 2015-01-28 17:11:25 +01:00
acl_run_scalar.c acl: deduplicate a bit of RT code 2015-01-28 17:11:25 +01:00
acl_run_sse.c acl: use scalar method fastest for some cases 2015-01-28 17:11:25 +01:00
acl_run_sse.h acl: deduplicate some SSE and AVX2 code 2015-01-28 17:11:25 +01:00
acl_run.h acl: use scalar method fastest for some cases 2015-01-28 17:11:25 +01:00
acl_vect.h acl: deduplicate some SSE and AVX2 code 2015-01-28 17:11:25 +01:00
acl.h acl: add comments about internal layout 2015-01-28 17:12:16 +01:00
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_acl_osdep.h acl: remove standalone header 2015-02-02 12:30:33 +01:00
rte_acl_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_acl.c acl: introduce config parameter for performance/space trade-off 2015-01-28 17:11:26 +01:00
rte_acl.h acl: introduce config parameter for performance/space trade-off 2015-01-28 17:11:26 +01:00
tb_mem.c acl: fix comments typos 2014-11-14 17:23:50 +01:00
tb_mem.h acl: fix comments typos 2014-11-14 17:23:50 +01:00