From 9a8ad786c718b57383473f5f2730ef4282b3e59d Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Tue, 11 Apr 2017 13:07:34 +0200 Subject: [PATCH] eal: bump ABI version for bus refactoring Signed-off-by: Shreyansh Jain Acked-by: Stephen Hemminger --- doc/guides/rel_notes/deprecation.rst | 2 +- doc/guides/rel_notes/release_17_05.rst | 2 +- lib/librte_eal/bsdapp/eal/Makefile | 2 +- lib/librte_eal/linuxapp/eal/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 20e23ebd93..a3e7c720ce 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -27,7 +27,7 @@ Deprecation Notices Such APIs are planned to be renamed according to ``rte_*`` naming convention and exported from librte_eal. -* The PCI and VDEV subsystems will be converted as drivers of the new bus model. +* The VDEV subsystem will be converted as driver of the new bus model. It will imply some EAL API changes in 17.05. * ``eth_driver`` is planned to be removed in 17.05. This currently serves as diff --git a/doc/guides/rel_notes/release_17_05.rst b/doc/guides/rel_notes/release_17_05.rst index 4968b8f746..549f3e6cae 100644 --- a/doc/guides/rel_notes/release_17_05.rst +++ b/doc/guides/rel_notes/release_17_05.rst @@ -479,7 +479,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_cmdline.so.2 librte_cryptodev.so.2 librte_distributor.so.1 - librte_eal.so.3 + + librte_eal.so.4 librte_ethdev.so.6 librte_hash.so.2 librte_ip_frag.so.1 diff --git a/lib/librte_eal/bsdapp/eal/Makefile b/lib/librte_eal/bsdapp/eal/Makefile index 16791df5a6..a0f9950284 100644 --- a/lib/librte_eal/bsdapp/eal/Makefile +++ b/lib/librte_eal/bsdapp/eal/Makefile @@ -48,7 +48,7 @@ LDLIBS += -lgcc_s EXPORT_MAP := rte_eal_version.map -LIBABIVER := 3 +LIBABIVER := 4 # specific to bsdapp exec-env SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c diff --git a/lib/librte_eal/linuxapp/eal/Makefile b/lib/librte_eal/linuxapp/eal/Makefile index 8624ad26fe..640afd0887 100644 --- a/lib/librte_eal/linuxapp/eal/Makefile +++ b/lib/librte_eal/linuxapp/eal/Makefile @@ -37,7 +37,7 @@ ARCH_DIR ?= $(RTE_ARCH) EXPORT_MAP := rte_eal_version.map VPATH += $(RTE_SDK)/lib/librte_eal/common/arch/$(ARCH_DIR) -LIBABIVER := 3 +LIBABIVER := 4 VPATH += $(RTE_SDK)/lib/librte_eal/common -- 2.20.1