[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250708073427.6ba38b45@kernel.org>
Date: Tue, 8 Jul 2025 07:34:27 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Xin Long <lucien.xin@...il.com>
Cc: network dev <netdev@...r.kernel.org>, davem@...emloft.net, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Simon Horman
<horms@...nel.org>, Stefan Metzmacher <metze@...ba.org>, Moritz Buhl
<mbuhl@...nbsd.org>, Tyler Fanelli <tfanelli@...hat.com>, Pengtao He
<hepengtao@...omi.com>, linux-cifs@...r.kernel.org, Steve French
<smfrench@...il.com>, Namjae Jeon <linkinjeon@...nel.org>, Paulo Alcantara
<pc@...guebit.com>, Tom Talpey <tom@...pey.com>,
kernel-tls-handshake@...ts.linux.dev, Chuck Lever <chuck.lever@...cle.com>,
Jeff Layton <jlayton@...nel.org>, Benjamin Coddington
<bcodding@...hat.com>, Steve Dickson <steved@...hat.com>, Hannes Reinecke
<hare@...e.de>, Alexander Aring <aahringo@...hat.com>, Cong Wang
<xiyou.wangcong@...il.com>, "D . Wythe" <alibuda@...ux.alibaba.com>, Jason
Baron <jbaron@...mai.com>, illiliti <illiliti@...tonmail.com>, Sabrina
Dubroca <sd@...asysnail.net>, Marcelo Ricardo Leitner
<marcelo.leitner@...il.com>, Daniel Stenberg <daniel@...x.se>, Andy
Gospodarek <andrew.gospodarek@...adcom.com>
Subject: Re: [PATCH net-next 05/15] quic: provide quic.h header files for
kernel and userspace
On Sat, 5 Jul 2025 15:31:44 -0400 Xin Long wrote:
> This commit adds quic.h to include/uapi/linux, providing the necessary
> definitions for the QUIC socket API. Exporting this header allows both
> user space applications and kernel subsystems to access QUIC-related
> control messages, socket options, and event/notification interfaces.
>
> Since kernel_get/setsockopt() is no longer available to kernel consumers,
> a corresponding internal header, include/linux/quic.h, is added. This
> provides kernel subsystems with the necessary declarations to handle
> QUIC socket options directly.
>
> Detailed descriptions of these structures are available in [1], and will
> be also provided when adding corresponding socket interfaces in the
> later patches.
Warning: net/quic/socket.c:142 No description found for return value of 'quic_kernel_setsockopt'
Warning: net/quic/socket.c:175 No description found for return value of 'quic_kernel_getsockopt'
--
pw-bot: cr
Powered by blists - more mailing lists