Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
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
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
EXPORT_MAP := rte_eal_version.map
-LIBABIVER := 3
+LIBABIVER := 4
# specific to bsdapp exec-env
SRCS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) := eal.c
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