ethdev: bump library version
authorDavid Marchand <david.marchand@redhat.com>
Sun, 27 Oct 2019 06:14:05 +0000 (07:14 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Sun, 27 Oct 2019 09:41:50 +0000 (10:41 +0100)
Let's stick to the current model of per library ABI version until the
new model is in place.

The ABI changed in the incriminated commit.
The release notes were updated accordingly but the compiled version
number has been missed.

Fixes: 4f25d7d2252f ("ethdev: add return code to device info get function")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ethdev/Makefile
lib/librte_ethdev/meson.build

index 60bcc22278786440b11f2a39d138348b79de8a69..0efcdfa64dc4babb02ce25d41285d2232d96d6f4 100644 (file)
@@ -16,7 +16,7 @@ LDLIBS += -lrte_mbuf -lrte_kvargs -lrte_meter
 
 EXPORT_MAP := rte_ethdev_version.map
 
-LIBABIVER := 12
+LIBABIVER := 13
 
 SRCS-y += ethdev_private.c
 SRCS-y += rte_ethdev.c
index f75d428c96d047bc83ce6685d83bc800fe4dcba0..c22cf814013847e03581c5e200ed0ac8438eed31 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 name = 'ethdev'
-version = 12
+version = 13
 allow_experimental_apis = true
 sources = files('ethdev_private.c',
        'ethdev_profile.c',