Richard Hughes
Richard Hughes
Sorry, this repository only contains ef_vi and OpenOnload - we can't offer help with TCPDirect. You can e-mail [email protected] to get support for proprietary libraries. If this is your first...
I can't comment for the others, but it's been a few years since I last tried this personally, and then my results were the same as yours. My hypothesis at...
What compiler and/or compile flags are you using? We can obviously fix this (probably by ifdeffing that function out in such configs) but I'm interested in what you're doing differently...
Hi. Yes, Onload has an AF_XDP backend, which makes it possible to run it on any NIC. AF_XDP support comes in 3 flavours, in increasing performance: generic, in-driver, and zero-copy....
I'm sorry, it looks like I gave you bad info - re-checking the code it looks like we do currently need in-driver support for XDP. As I see it you...
OK, perhaps I ought to stop talking, since every time I (figuratively) open my mouth I give you bad advice, but I'm going to try again: The current ena driver...
> not sure whether this FATAL & ERROR logs might be a potential culprit We really ought to find some way of hiding those messages. They confuse everybody and they're...
The canonical way to determine whether Onload is functioning properly is with the `onload_stackdump` tool. `onload_stackdump dump` while the Onloaded app is still running should print out some info for...
No, I meant `onload_stackdump`. It should be in `build/gnu_x86_64/tools/ip`
> `ci onload_stackdump should not itself be run under onload acceleration.` Is the question "I definitely think I'm not running this command under Onload", "I don't understand what this is...