This contains the setup tools for DPDK. Use this to speed-up the process of setting up the DPDK environment for various research projects.
To setup the DPDK environment, run the following command:
make setup
Here are other commands that you can use to setup the DPDK environment:
To install the dependencies for DPDK, run the following command:
make install-dpdk-deps
To allocate hugepages to NUMA nodes, run the following command:
make allocate-hugepages
To build DPDK, run the following command:
make build-dpdk
You will need this module to bind DPDK interfaces. To load the module, run the following command:
make load-igb_uio