Skip to content

Commit c2f5aa2

Browse files
author
rstade
committed
enabled PCAP PMD driver in DPDK config file
1 parent e551e3d commit c2f5aa2

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

3rdparty/dpdk-confs/common_linuxapp-18.11

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ CONFIG_RTE_PROC_INFO=y
3030
CONFIG_RTE_LIBRTE_VMBUS=y
3131
CONFIG_RTE_LIBRTE_NETVSC_PMD=y
3232

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+
3342
#
3443
# Common libraries, before Bus/PMDs
3544
#
@@ -76,4 +85,4 @@ CONFIG_RTE_PCI_CONFIG=y
7685
CONFIG_RTE_PCI_EXTENDED_TAG="on"
7786
CONFIG_RTE_PCI_MAX_READ_REQUEST_SIZE=128
7887

79-
CONFIG_RTE_LOG_LEVEL=RTE_LOG_DEBUG
88+
CONFIG_RTE_LOG_LEVEL=RTE_LOG_DEBUG

0 commit comments

Comments
 (0)