haelix888
haelix888
Totally agree. I admit, I have not thought about a suitable interface. But at the very least, the present completion handler doesn't suffice. Neither does text/binary designation, which would need...
OK but that doesn't sound like having the potential to be doing one gather (one call to `writev`). (I realise that's a lot to ask)
@madmongo1 about the framing - as far as I can imagine, the implementation could add up to-gather buffer sizes to obtain the total, even in the case where framing is...
I've been working with JNI a lot lately using strategies similar to those in this library. While very good, I ended up writing my own because I didn't understand the...
Has anyone managed to set isolcpus on Arch using EFISTUB (efibootmgr) by any chance? The kernel parameter is not getting picked up. (linux-lts 5.10.40) Edit: possibly related: https://lore.kernel.org/lkml/20200414215715.GB182757@xz-x1/T/#u
My issue was with the BIOS. It somehow deduplicates boot entries having the same image, but different parameters. In my case I can get it to work by entering bios...
Thanks for pointing that out. The git version builds with kernel 5.10 and gcc 11.
Slightly off-topic, but for those contemplating to use an unsupported (git) version, does that include TCPDirect? From what I see it doesn't. Or at least there is no mention of...
I should add, my experiments so far showed a slowdown, not improvement.
Thanks for the reply. I have a different theory which I'm hoping to validate, time permitting, in the coming days. The default onload build already uses `-march=native` which is not...