[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170802185908.GA47485@apz-mbp.dhcp.thefacebook.com>
Date: Wed, 2 Aug 2017 11:59:08 -0700
From: Dave Watson <davejwatson@...com>
To: Tom Herbert <tom@...ntonium.net>
CC: <netdev@...r.kernel.org>, <rohit@...ntonium.net>
Subject: Re: [PATCH v2 net-next 3/4] tcp: Adjust TCP ULP to defer to sockets
ULP
On 08/01/17 08:18 PM, Tom Herbert wrote:
> Fix TCP and TLS to use the newer ULP infrastructure in sockets.
>
> Signed-off-by: Tom Herbert <tom@...ntonium.net>
> ---
> Documentation/networking/tls.txt | 6 +-
> include/net/inet_connection_sock.h | 4 --
> include/net/tcp.h | 25 -------
> include/net/tls.h | 4 +-
> net/ipv4/sysctl_net_ipv4.c | 9 ++-
> net/ipv4/tcp.c | 40 ++++++-----
> net/ipv4/tcp_ipv4.c | 2 -
> net/ipv4/tcp_ulp.c | 135 -------------------------------------
> net/tls/Kconfig | 1 +
> net/tls/tls_main.c | 21 +++---
> 10 files changed, 47 insertions(+), 200 deletions(-)
> delete mode 100644 net/ipv4/tcp_ulp.c
It looks like net/ipv4/Makefile needs updating as well.
I ran this through some ktls tests with no issues. Thanks
Tested-by: Dave Watson <davejwatson@...com>
Powered by blists - more mailing lists