aboutsummaryrefslogtreecommitdiff
path: root/pcap-dpdk.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-08-01 16:43:46 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-08-01 16:53:16 +0200
commit726a55c484df65261dd07bbe66f5146acb692c5a (patch)
tree522d86d373e720485ac7d1ac188f24f478da914b /pcap-dpdk.c
parentaa4fd0d411239f5cc98f0ae14018d3ad91a5ee15 (diff)
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-dpdk.c')
-rw-r--r--pcap-dpdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-dpdk.c b/pcap-dpdk.c
index 94c33092..025a6748 100644
--- a/pcap-dpdk.c
+++ b/pcap-dpdk.c
@@ -50,7 +50,7 @@ sed -i 's/CONFIG_RTE_BUILD_SHARED_LIB=n/CONFIG_RTE_BUILD_SHARED_LIB=y/' $RTE_SDK
You shall learn how to bind nic with DPDK-compatible driver by $RTE_SDK/usertools/dpdk-devbind.py, such as igb_uio.
And enable hugepages by dpdk-setup.sh
-Then launch the l2fwd with dynamic dirver support. For example:
+Then launch the l2fwd with dynamic driver support. For example:
$RTE_SDK/examples/l2fwd/$RTE_TARGET/l2fwd -dlibrte_pmd_e1000.so -dlibrte_pmd_ixgbe.so -dlibrte_mempool_ring.so -- -p 0x1
3. Compile libpcap with dpdk options.