|
|
|
|
|
by diegocg
1868 days ago
|
|
There is nothing that user space solutions do that can not be implemented in kernel space. From what I understand, the Linux kernel networking stack is not optimised to process packets in bulk, which is the only way to deal with high speeds nics https://lwn.net/Articles/629155/ |
|
In contrast, a new userspace stack doesn't need to worry about backwards compatibility or supporting every use case.
So yes, the kernel can do just as good, but it's harder.