MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates. It also features precise and accurate timestamping and rate control.
MIT License
1.05k
stars
235
forks
source link
Could not find any interactive interfaces to bind to DPDK #329
I have tried sudo ./bind-interfaces.sh
It outputs the following: Could not find any inactive interfaces to bind to DPDK. Note that this script does not bind interfaces that are in use by the OS.
Delete IP addresses from interfaces you would like to use with libmoon and run this script again.
You can also use the script dpdk-devbind.py in libmoon/deps/dpdk/usertools manually to manage interfaces used by libmoon and the OS.
I have tried sudo ./bind-interfaces.sh It outputs the following: Could not find any inactive interfaces to bind to DPDK. Note that this script does not bind interfaces that are in use by the OS. Delete IP addresses from interfaces you would like to use with libmoon and run this script again. You can also use the script dpdk-devbind.py in libmoon/deps/dpdk/usertools manually to manage interfaces used by libmoon and the OS.