From: Shreyansh Jain Date: Tue, 11 Apr 2017 11:07:34 +0000 (+0200) Subject: eal: bump ABI version for bus refactoring X-Git-Tag: spdx-start~3666 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=9a8ad786c718b57383473f5f2730ef4282b3e59d;p=dpdk.git eal: bump ABI version for bus refactoring Signed-off-by: Shreyansh Jain Acked-by: Stephen Hemminger --- 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