Skip to content

carvalhof/init_dpdk

Repository files navigation

DPDK

Supported hardware

Performance Reports

Programmer's Guide

API

Quick Start Guide

Pktgen Application

Versions

Installing DPDK

./dpdk.sh

Compiling and running helloworld.c

make SOURCE="helloworld.c" TARGET="helloworld"
make run TARGET="helloworld" ARGS="arg0 arg1 arg2"
# Examples
make run TARGET="helloworld" ARGS="--help"
make run TARGET="helloworld" ARGS="-c 0x3"

Compiling and running dump.c

make SOURCE="dump.c" TARGET="dump"
make run TARGET="dump" ARGS="--vdev=net_tap0,iface=tap0"

Compiling and running echo.c

make SOURCE="echo.c" TARGET="echo"
make run TARGET="echo" ARGS="--vdev=net_tap0,iface=tap0 --vdev=net_tap1,iface=tap1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published