From: Harry van Haaren Date: Wed, 20 Sep 2017 13:36:03 +0000 (+0100) Subject: eventdev: bump library version X-Git-Tag: spdx-start~1625 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dfb7f82a5ae3eea5b9229828cc26ff2c291ffc9f;p=dpdk.git eventdev: bump library version This commit bumps the library version to refect the ABI change caused by removing the individual rte_event_port_count, queue_count, and other get functions. These functions are superseded by the get-attribute style API, which allows fetching values without API/ABI changes. Signed-off-by: Harry van Haaren --- diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index ae2c1ecefa..446fed61dd 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -233,7 +233,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_distributor.so.1 librte_eal.so.5 librte_ethdev.so.8 - librte_eventdev.so.2 + librte_eventdev.so.3 librte_gro.so.1 librte_hash.so.2 librte_ip_frag.so.1 diff --git a/lib/librte_eventdev/Makefile b/lib/librte_eventdev/Makefile index 410578a14c..7d73ca9b47 100644 --- a/lib/librte_eventdev/Makefile +++ b/lib/librte_eventdev/Makefile @@ -34,7 +34,7 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_eventdev.a # library version -LIBABIVER := 2 +LIBABIVER := 3 # build flags CFLAGS += -O3