Merge branch 'tcp-io_uring-zc-opts'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2023 07:38:42 +0000 (08:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2023 07:38:42 +0000 (08:38 +0100)
commit81cf1ade0bb3a42023dd1694ed080c4adb7dafd3
treeea527346b81a27e1bd3d80a2ea1ff207034e51b4
parent833e24aeb4d9a4803af3b836464df01293ce9041
parenta7533584728d366f11b210d0e8a2fad03109c669
Merge branch 'tcp-io_uring-zc-opts'

Merge branch 'tcp-io_uring-zc-opts'

Pavel Begunkov says:

====================
minor tcp io_uring zc optimisations

Patch 1 is a simple cleanup, patch 2 gives removes 2 atomics from the
io_uring zc TCP submission path, which yielded extra 0.5% for my
throughput CPU bound tests based on liburing/examples/send-zerocopy.c
====================

Reviewed-by: David Ahern <dsahern@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>