Skip to content

akiskourtis/vtc-sriov-dpdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sriov-dpdk

A virtual Traffic Classifier VNF, on top of DPDK and SR-IOV

In order to install the VNF, with DPDK acceleration you need to first build the nDPI module.

cd ndpi
./autogen.sh
./configure
make
make install

then we need to go to DPDK build, with the usual way and run the l3fwd example

./build/l3fwd  -c 0x3 -n 2 -- -p 0x3 --config="(0,0,0),(1,0,1)"

About

A virtual Traffic Classifier VNF, on top of DPDK and SR-IOV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published