From 726a55c484df65261dd07bbe66f5146acb692c5a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 1 Aug 2022 16:43:46 +0200 Subject: Fix some typos [skip ci] --- pcap-dpdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-dpdk.c') 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. -- cgit v1.2.3