On Sun, 15 Feb 2026 08:58:14 +0000
Konstantin Ananyev <[email protected]> wrote:

> > 
> > This driver started as an experiment to determine whether Linux
> > io_uring could deliver better packet I/O performance than the
> > traditional read()/write() system calls used by net_tap.  By posting
> > batches of I/O requests asynchronously, io_uring amortizes system
> > call overhead across multiple packets.  
>  
> Sounds interesting...
> Curious did you make any perf comparisons vs our traditional tap?

That is next step. Trying to get a testbed that is realistic setup.

Reply via email to