Marek
Marek
Hi, a quick update. We have a hacky local firecracker fork with vhost networking. We're working on making the code upstreamable, it's harder than anticipated. We intend to: provide convincing...
@kalyazin I am arguing here for a "less secure" design, so of course this is not going to be an easy sell. The fundamental assumption is that firecracker without fast...
@DemiMarie I would need to spend some time to reproduce the benchmarks, but from what I remember, roughly: - vanilla firecracker: 500Mbps of UDP traffic max - firecracker + vhost-net:...
Apologies, I didn't answer the io_uring question: io_uring on tap is not faster than tranditional read/write on tap. See [tap blog post](https://blog.cloudflare.com/virtual-networking-101-understanding-tap/). Multiqueue without vhost-net makes no sense to me....
cloud-hypervisor uses vhost-user-net https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/device_model.md#vhost-user-net https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/vhost-user-net-testing.md
@wkozaczuk your memory math is wrong. But I also think VIRTIO_NET_F_MRG_RXBUF is important. Without MRG_RXBUF we have the following cases: * offloads enabled * offloads disabled Offloads disabled is "easy",...
https://systemd.io/FILE_DESCRIPTOR_STORE/
``` Reported-by: Marek Majkowski Tested-by: Marek Majkowski ```
I've run the patch and I can see no -EFAULT anymore. I'll attempt to get a deeper understanding if it works soon. However, one thing that is immediately visible, is...
@axboe the suggested patch fixes the issue.