[PATCH v29 01/20] net: Introduce direct data placement tcp offload
Simon Horman
horms at kernel.org
Tue Jul 1 05:33:28 PDT 2025
On Mon, Jun 30, 2025 at 02:07:18PM +0000, Aurelien Aptel wrote:
...
> diff --git a/include/net/sock.h b/include/net/sock.h
> index 0f2443d4ec58..c1b3d6e1e5e5 100644
> --- a/include/net/sock.h
> +++ b/include/net/sock.h
> @@ -507,7 +507,8 @@ struct sock {
> u8 sk_gso_disabled : 1,
> sk_kern_sock : 1,
> sk_no_check_tx : 1,
> - sk_no_check_rx : 1;
> + sk_no_check_rx : 1,
> + sk_no_condense : 1;
nit: sk_no_condense should be added to the kernel doc for struct sock
Flagged by ./scripts/kernel-doc -none
> u8 sk_shutdown;
> u16 sk_type;
> u16 sk_protocol;
More information about the Linux-nvme
mailing list