diff --git a/lib/env_dpdk/env.mk b/lib/env_dpdk/env.mk index 2558743d9..ddf55f7d6 100644 --- a/lib/env_dpdk/env.mk +++ b/lib/env_dpdk/env.mk @@ -89,7 +89,7 @@ endif LINK_HASH=n ifeq ($(CONFIG_VHOST),y) -DPDK_LIB_LIST += rte_vhost +DPDK_LIB_LIST += rte_vhost rte_net ifneq (, $(wildcard $(DPDK_LIB_DIR)/librte_dmadev.*)) # Introduced in DPDK 21.11, and rte_vhost became dependent on # it shortly thereafter