[PATCH v6 00/11] net/rtap: add io_uring based TAP driver
Stephen Hemminger
stephen at networkplumber.org
Sun Feb 15 18:08:08 CET 2026
On Sun, 15 Feb 2026 08:58:14 +0000
Konstantin Ananyev <konstantin.ananyev at huawei.com> 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.
More information about the dev
mailing list