Skip to content

Latest commit

 

History

History

app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NPF-Router: a demo NPF+DPDK application

NPF-Router is a NPF+DPDK application provided as a Docker container. It illustrates how NPF can be integrated with the Intel DPDK framework. Together with docker-compose, it can also be used to spawn a virtual test network for basic NPF functionality testing.

WARNING: This is an application for demos and testing: do not expect compliance with the standards, security or maximum performance.

Running

Prerequisite: Docker running on a Linux host.

Spin up the test network:

docker-compose up

(Re)load NPF configuration:

docker-compose exec npf-router npfctl reload

Enter the router shell:

docker-compose exec npf-router bash -i