Alireza Sanaee
Alireza Sanaee
I believe my problem has been resolved. Although the memory allocation wasn't an issue but the OFED version I believe. OFED 4.4 worked properly with the master branch and ubuntu...
I just realized the buffer allocation issue is still there but happens after a few iterations, for instance after a minute or so. When I use numbers more than 3...
@evilsocket any updates on this? did you find the problem?
I guess flexkvs works, I don't know if the problem is related to the TEST itself or not. I had an issue in running the flexkvs client. Eventually, we figured...
I tried this before, it actually works with `autoscaling disabled via command line + mq_rx_none`
My Tinymce version is 1.5.2 but the browse button doesn't work( django version = 1.5.5 ) what should I do ??
Thank you @carverdamien I actually looked at [Oko](https://github.com/Orange-OpenSource/oko), and I realized that there are a couple of things not available in the uBPF, for example, maps. Although Oko has been...
Hi @carverdamien I'm wondering why I couldn't call for example `sqrti` function in our simple prog.c file. Here is what I did. ``` unsigned long int prog(char *addr) { sqrti(16);...
Hello again, Thanks for your time. I have gone through the same steps. However, I'm still having troubles with `Failed to load code: bad relocation type 10`. I also took...
True, thank you :)