ZiyanWu93 / dpdk_first_example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinimalDPDKExamples

Minimal examples of DPDK

Project Lead: Thomas Edwards (thomas.edwards@disney.com)

minimal_tx

Minimal code to send UDP packets with DPDK

minimal_rx

Minimal code to receive packets with DPDK

Loops and prints hex dump of received packets on all DPDK interfaces

Building

Requires DPDK installation and RTE_SDK environment variable set properly for Makefiles.

Testing

These programs have been tested on AWS EC2 c5.9xlarge with RHEL AMI and added ENA interfaces. See DPDK on EC2 Tutorial to rapidly install DPDK on AWS EC2, and to add ENA interfaces with DPDK drivers.

About


Languages

Language:C 85.6%Language:Makefile 14.4%