eal: bump ABI version for bus refactoring
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
23d96eb688
commit
9a8ad786c7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user