fd-net-device: Add DpdkNetDevice

We have implemented a new network device named DpdkNetDevice in ns-3. This is to improve the network emulation support in ns-3 by using Data Plane Development Kit (DPDK) to perform fast packet processing. With the help of DpdkNetDevice, ns-3 generated packets can bypass the kernel and can be directly sent to the NIC with the help of the DPDK framework.

The implementation, examples and documentation are added as single commits in incremental order.

Merge request reports

Loading