This is basically an implementation of the multi-kernel design (like Barrelfish OS) for scalability and to make better use of modern hardware architectures, with the difference that this aims for full Linux compatibility.
To achieve some of this in current kernels, those usually have separate queues per each cpu like DragonflyBSD's network stack.
To achieve some of this in current kernels, those usually have separate queues per each cpu like DragonflyBSD's network stack.