Skip to content

Resources to build a Docker image containing the Data Plane Development Kit (DPDK).

License

Notifications You must be signed in to change notification settings

openstacks/docker-dpdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker base image with DPDK

Resources to build a Docker image containing the Data Plane Development Kit (DPDK). Used as a base image for DPDK-accelerated applications in Docker containers.

Child build requires two files:
dpdk_env.sh - minimally exports RTE_TARGET
dpdk_config.sh - can be empty, but preconfigures DPDK options for the child

An example dpdk_env.sh is:

#!/bin/bash
export RTE_TARGET=x86_64-native-linuxapp-gcc

RTE_SDK is defined as /usr/src/dpdk

See https://github.com/rakurai/docker-ovs-dpdk for an example child build.

Tutorial on using this container: http://jason.digitalinertia.net/dockered-dpdk-packaging-open-vswitch/

About

Resources to build a Docker image containing the Data Plane Development Kit (DPDK).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published