Trying to run the example provided in: https://doc.dpdk.org/guides/sample_app_ug/skeleton.html
The functionality is pretty straightforward → it pairs the port in such a way that the data from port 1 is transmitted to port 2, and from port 2 is transmitted to port 1. If there are port 3 and 4, it will manage the exchange of data between them.
But to achieve this, we need to bind ports to DPDK.
Used the 3-node-setup-using-docker as a reference and created this experiment profile of small-lan
nodes running Ubuntu 22.04.
profile urn: https://www.cloudlab.us/p/d303a9844401debd1bacbf0f797c14a560d937ea
Instantiated the profile on c220g2
ref: Installing DPDK and running the helloworld application
ssh
'd into the nodesudo apt-get update
sudo apt-get install python3-pip build-essential libnuma-dev pkgconf meson ninja-build python3-pyelftools
lscpu | grep "NUMA node(s)"
ls /sys/devices/system/node/ | grep node