Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 646 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 646 Bytes

MinimalDPDKExamples

Minimal examples of DPDK

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.