emmericp / MoonGen

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.04k stars 235 forks source link

Updated README to include libtbbmalloc_proxy.so.2 #255

Open NolanRudolph opened 5 years ago

NolanRudolph commented 5 years ago

I just found that this was a neglected dependency. This would just enable a faster setup :)

emmericp commented 5 years ago

Looks like a bug; tbb is included as a submodule. On which system are you trying to compile and what‘s the error you are getting?