From cfd2279ea6299826fe992028f1dffaf9fa7e7d0a Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 9 Mar 2016 15:09:50 +0100 Subject: [PATCH] ethdev: bump library version There was an ABI change and more are coming in the release 16.04. Fixes: a9963a86b2e1 ("ethdev: increase RETA entry size") Signed-off-by: Thomas Monjalon Acked-by: Nelio Laranjeiro --- doc/guides/rel_notes/release_16_04.rst | 5 ++++- lib/librte_ether/Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst index c962cd90ea..e12cabfccc 100644 --- a/doc/guides/rel_notes/release_16_04.rst +++ b/doc/guides/rel_notes/release_16_04.rst @@ -155,6 +155,9 @@ ABI Changes * The fields in ethdev structure ``rte_eth_fdir_masks`` were changed to be in big endian. +* The RETA entry size in ``rte_eth_rss_reta_entry64`` has been increased + from 8-bit to 16-bit. + Shared Library Versions ----------------------- @@ -165,7 +168,7 @@ The libraries prepended with a plus sign were incremented in this version. .. code-block:: diff - libethdev.so.2 + + libethdev.so.3 librte_acl.so.2 librte_cfgfile.so.2 librte_cmdline.so.1 diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index 3e81a0ebed..e810284696 100644 --- a/lib/librte_ether/Makefile +++ b/lib/librte_ether/Makefile @@ -41,7 +41,7 @@ CFLAGS += $(WERROR_FLAGS) EXPORT_MAP := rte_ether_version.map -LIBABIVER := 2 +LIBABIVER := 3 SRCS-y += rte_ethdev.c -- 2.20.1