[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <df1130b3-c695-42af-b939-05fc0a029e26@kernel.org>
Date: Wed, 3 Apr 2024 14:58:38 -0600
From: David Ahern <dsahern@...nel.org>
To: Jakub Kicinski <kuba@...nel.org>, davem@...emloft.net
Cc: netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
borisp@...dia.com, john.fastabend@...il.com
Subject: Re: [PATCH net-next] net: skbuff: generalize the skb->decrypted bit
On 4/3/24 2:21 PM, Jakub Kicinski wrote:
> The ->decrypted bit can be reused for other crypto protocols.
> Remove the direct dependency on TLS, add helpers to clean up
> the ifdefs leaking out everywhere.
>
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
> ---
> I'm going to post PSP support.. as soon as the test groundwork
> is in place. I think this stands on its own as a cleanup.
>
> CC: dsahern@...nel.org
> CC: borisp@...dia.com
> CC: john.fastabend@...il.com
> ---
> include/linux/skbuff.h | 15 ++++++++++++---
> include/net/sock.h | 4 +---
> net/Kconfig | 3 +++
> net/core/sock.c | 5 ++---
> net/ipv4/tcp_input.c | 12 +++---------
> net/ipv4/tcp_ipv4.c | 4 +---
> net/ipv4/tcp_offload.c | 4 +---
> net/tls/Kconfig | 1 +
> 8 files changed, 24 insertions(+), 24 deletions(-)
>
Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists