Invalid DMA address: 0x500438aedf00
core/memory.lua:95: DMA address tag check failed--
You received this message because you are subscribed to the Google Groups "Snabb Switch development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snabb-devel...@googlegroups.com.
To post to this group, send email to snabb...@googlegroups.com.
Visit this group at http://groups.google.com/group/snabb-devel.
I'd like to add to what Luke says. When the machine uses 1G Huge pages this command needs to be issued:sudo sysctl -w kernel.shmmax=1073741824Or respectively set the value in /etc/sysctl.conf.
Howdy,Our deps/luajit git submodule now points to a newer version of LuaJIT.If your build does not pick this up then you will see a scary looking error like this:Invalid DMA address: 0x500438aedf00 core/memory.lua:95: DMA address tag check failedand you will need to update the submodule and rebuild.In a perfect world we would pick this up automatically. If you have an idea for how to do this, please raise your hand :-).Meanwhile it should work to something like this:cd snabbswitchgit checkout mastergit pullgit submodule updatemake cleanmake
Our deps/luajit git submodule now points to a newer version of LuaJIT.
In a perfect world we would pick this up automatically. If you have an idea for how to do this, please raise your hand :-).
SUBMODULESError: Submodule version mismatchluajit:require: v2.0.3-328-g04dc64bfound: v2.0.3-228-g392b6c9ljsyscall:require: v0.10-65-g7081d97found: v0.10-65-g7081d97Please update and rebuild submodules.Cheat sheet:cd snabbswitch
git submodule updatemake clean
make -j