env/dpdk: link with rte_kvargs by default
Starting with DPDK 18.08, rte_kvargs is a dependency of rte_eal. Change-Id: I0cde78f632fc313cec745d41ee519fb8b37de81b Signed-off-by: Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/422238 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
e85f8481ef
commit
13eb81e1ab
@ -78,6 +78,10 @@ ifneq (, $(wildcard $(DPDK_ABS_DIR)/lib/librte_bus_pci.*))
|
|||||||
DPDK_LIB_LIST += rte_bus_pci
|
DPDK_LIB_LIST += rte_bus_pci
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (, $(wildcard $(DPDK_ABS_DIR)/lib/librte_kvargs.*))
|
||||||
|
DPDK_LIB_LIST += rte_kvargs
|
||||||
|
endif
|
||||||
|
|
||||||
DPDK_LIB = $(DPDK_LIB_LIST:%=$(DPDK_ABS_DIR)/lib/lib%$(DPDK_LIB_EXT))
|
DPDK_LIB = $(DPDK_LIB_LIST:%=$(DPDK_ABS_DIR)/lib/lib%$(DPDK_LIB_EXT))
|
||||||
|
|
||||||
# SPDK memory registration requires experimental (deprecated) rte_memory API for DPDK 18.05
|
# SPDK memory registration requires experimental (deprecated) rte_memory API for DPDK 18.05
|
||||||
|
Loading…
Reference in New Issue
Block a user