eal: bump ABI version for bus refactoring
authorShreyansh Jain <shreyansh.jain@nxp.com>
Tue, 11 Apr 2017 11:07:34 +0000 (13:07 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 14 Apr 2017 13:23:28 +0000 (15:23 +0200)
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_17_05.rst
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/linuxapp/eal/Makefile

index 20e23eb..a3e7c72 100644 (file)
@@ -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
index 4968b8f..549f3e6 100644 (file)
@@ -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
index 16791df..a0f9950 100644 (file)
@@ -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
index 8624ad2..640afd0 100644 (file)
@@ -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