Skip to content

wynyibo/dpdk-startingpoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To get and build dpdk from the root project directory:

git submodule update --init --recursive
make dpdk

To build the project:

export PKG_CONFIG_PATH=<the path of the pkgconfig directory inside dpdk>
make build

To run a very simple test:

In one terminal window

sudo ./build/base-server -l 0 --vdev=net_tap0,iface=tapdpdk

In another terminal window:

sudo ./scripts/testbed-setup.sh
sudo arping -i veth0 1.2.3.4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.6%
  • Makefile 17.7%
  • Shell 11.7%