public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* SOCKET_URING_OP_GETSOCKOPT SOL_SOCKET restriction
@ 2025-03-28 14:27 Stefan Metzmacher
  2025-03-28 14:30 ` Jens Axboe
  0 siblings, 1 reply; 13+ messages in thread
From: Stefan Metzmacher @ 2025-03-28 14:27 UTC (permalink / raw)
  To: Jens Axboe; +Cc: io-uring

Hi Jens,

while playing with the kernel QUIC driver [1],
I noticed it does a lot of getsockopt() and setsockopt()
calls to sync the required state into and out of the kernel.

My long term plan is to let the userspace quic handshake logic
work with SOCKET_URING_OP_GETSOCKOPT and SOCKET_URING_OP_SETSOCKOPT.

The used level is SOL_QUIC and that won't work
as io_uring_cmd_getsockopt() has a restriction to
SOL_SOCKET, while there's no restriction in
io_uring_cmd_setsockopt().

What's the reason to have that restriction?
And why is it only for the get path and not
the set path?

metze

[1] https://github.com/lxin/quic

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-03-29 10:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 14:27 SOCKET_URING_OP_GETSOCKOPT SOL_SOCKET restriction Stefan Metzmacher
2025-03-28 14:30 ` Jens Axboe
2025-03-28 15:02   ` Stefan Metzmacher
2025-03-28 15:08     ` Stefan Metzmacher
2025-03-28 16:24     ` Breno Leitao
2025-03-28 15:02   ` Pavel Begunkov
2025-03-28 15:03     ` Pavel Begunkov
2025-03-28 16:34     ` Jens Axboe
2025-03-28 17:18       ` Pavel Begunkov
2025-03-28 17:21         ` Pavel Begunkov
2025-03-28 18:22           ` Breno Leitao
2025-03-29 10:59             ` Pavel Begunkov
2025-03-28 19:41           ` Stefan Metzmacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox