mempool: increase ABI version
authorThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 10:54:26 +0000 (11:54 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 6 Nov 2017 22:59:19 +0000 (23:59 +0100)
API and ABI of mempool library has been changed in 17.11.

Fixes: 02604520b2f2 ("mempool: remove unused flags argument")
Fixes: 0cc0f8aaa35d ("mempool: change flags from int to unsigned int")
Fixes: 6eac187bff30 ("mempool: add flags arg in xmem size and usage")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
doc/guides/rel_notes/release_17_11.rst
lib/librte_mempool/Makefile

index 85505fa..b7546e6 100644 (file)
@@ -494,7 +494,7 @@ The libraries prepended with a plus sign were incremented in this version.
      librte_latencystats.so.1
      librte_lpm.so.2
      librte_mbuf.so.3
-     librte_mempool.so.2
+   + librte_mempool.so.3
      librte_meter.so.1
      librte_metrics.so.1
      librte_net.so.1
index bafd1b9..46654e3 100644 (file)
@@ -39,7 +39,7 @@ LDLIBS += -lrte_eal -lrte_ring
 
 EXPORT_MAP := rte_mempool_version.map
 
-LIBABIVER := 2
+LIBABIVER := 3
 
 # all source are stored in SRCS-y
 SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) +=  rte_mempool.c