Re: [PATCH net-next] crypto/chtls: IPv6 support for inline TLS

2020-05-26 Thread Jakub Kicinski
On Mon, 25 May 2020 23:14:47 +0530 Vinay Kumar Yadav wrote: > Extends support to IPv6 for Inline TLS server. > > Signed-off-by: Vinay Kumar Yadav I don't think we want to take this TOE stuff further. Please cc TCP folks on patches like this. > diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ip

[PATCH net-next] crypto/chtls: IPv6 support for inline TLS

2020-05-25 Thread Vinay Kumar Yadav
Extends support to IPv6 for Inline TLS server. Signed-off-by: Vinay Kumar Yadav --- drivers/crypto/chelsio/chtls/chtls_cm.c | 195 +- drivers/crypto/chelsio/chtls/chtls_cm.h | 1 + drivers/crypto/chelsio/chtls/chtls_main.c | 14 +- net/ipv6/tcp_ipv6.c