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 <harry.van.haaren@intel.com>
This commit is contained in:
Harry van Haaren 2017-09-20 14:36:03 +01:00 committed by Jerin Jacob
parent 44f3b4a4b5
commit dfb7f82a5a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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