Minimal examples of DPDK
Project Lead: Thomas Edwards (thomas.edwards@disney.com)
Minimal code to send UDP packets with DPDK
Minimal code to receive packets with DPDK
Loops and prints hex dump of received packets on all DPDK interfaces
Requires DPDK installation and RTE_SDK environment variable set properly for Makefiles.
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.