Skip to content

Basic DPDK example applications for Linux using the cmake build system

Notifications You must be signed in to change notification settings

olivermichel/dpdk-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPDK Example Applications

Basic DPDK example applications for Linux using the cmake build system.

Compile Example Applications

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)

Enable DPDK on an interface

sudo su

export RTE_SDK=/home/ec2-user/opt/dpdk-19.11
export RTE_TARGET=x86_64-native-linuxapp-gcc

./setup.sh
./bind.sh eth1

exit

Usage example

./tx -- -m 02:3a:a4:9a:3d:a4 -s 172.19.20.11 -d 172.19.20.12

About

Basic DPDK example applications for Linux using the cmake build system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published