We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e551e3d commit c2f5aa2Copy full SHA for c2f5aa2
1 file changed
3rdparty/dpdk-confs/common_linuxapp-18.11
@@ -30,6 +30,15 @@ CONFIG_RTE_PROC_INFO=y
30
CONFIG_RTE_LIBRTE_VMBUS=y
31
CONFIG_RTE_LIBRTE_NETVSC_PMD=y
32
33
+
34
+#
35
+# Compile software PMD backed by PCAP files
36
37
+CONFIG_RTE_LIBRTE_PMD_PCAP=y
38
39
+CONFIG_RTE_PORT_PCAP=y
40
41
42
#
43
# Common libraries, before Bus/PMDs
44
@@ -76,4 +85,4 @@ CONFIG_RTE_PCI_CONFIG=y
76
85
CONFIG_RTE_PCI_EXTENDED_TAG="on"
77
86
CONFIG_RTE_PCI_MAX_READ_REQUEST_SIZE=128
78
87
79
-CONFIG_RTE_LOG_LEVEL=RTE_LOG_DEBUG
88
+CONFIG_RTE_LOG_LEVEL=RTE_LOG_DEBUG
0 commit comments