aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dpdk/Makefile')
-rw-r--r--dpdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dpdk/Makefile b/dpdk/Makefile
index e9f5ab6..545f5ab 100644
--- a/dpdk/Makefile
+++ b/dpdk/Makefile
@@ -105,6 +105,7 @@ $(B)/custom-config: $(B)/.patch.ok Makefile
$(call set,RTE_BUILD_COMBINE_LIBS,y)
$(call set,RTE_LIBRTE_I40E_16BYTE_RX_DESC,y)
$(call set,RTE_LIBRTE_I40E_ITR_INTERVAL,16)
+ $(call set,RTE_LIBRTE_PMD_PCAP,y)
@# enable debug init for device drivers
$(call set,RTE_LIBRTE_I40E_DEBUG_INIT,$(DPDK_DEBUG))
$(call set,RTE_LIBRTE_IXGBE_DEBUG_INIT,$(DPDK_DEBUG))