Netdev List
 help / color / mirror / Atom feed
From: Dave Watson <davejwatson@fb.com>
To: Tom Herbert <tom@quantonium.net>
Cc: <netdev@vger.kernel.org>, <rohit@quantonium.net>
Subject: Re: [PATCH v2 net-next 3/4] tcp: Adjust TCP ULP to defer to sockets ULP
Date: Wed, 2 Aug 2017 11:59:08 -0700	[thread overview]
Message-ID: <20170802185908.GA47485@apz-mbp.dhcp.thefacebook.com> (raw)
In-Reply-To: <20170802031846.21993-4-tom@quantonium.net>

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@quantonium.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@fb.com>

  parent reply	other threads:[~2017-08-02 18:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02  3:18 [PATCH v2 net-next 0/4] ulp: Generalize ULP infrastructure Tom Herbert
2017-08-02  3:18 ` [PATCH v2 net-next 1/4] inet: include net/sock.h in inet_common.h Tom Herbert
2017-08-02  3:18 ` [PATCH v2 net-next 2/4] sock: ULP infrastructure Tom Herbert
2017-08-02  3:18 ` [PATCH v2 net-next 3/4] tcp: Adjust TCP ULP to defer to sockets ULP Tom Herbert
2017-08-02  7:12   ` kbuild test robot
2017-08-02 18:59   ` Dave Watson [this message]
2017-08-02 19:03     ` Tom Herbert
2017-08-02 19:58   ` Dave Watson
2017-08-02  3:18 ` [PATCH v2 net-next 4/4] ulp: Documention for ULP infrastructure Tom Herbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170802185908.GA47485@apz-mbp.dhcp.thefacebook.com \
    --to=davejwatson@fb.com \
    --cc=netdev@vger.kernel.org \
    --cc=rohit@quantonium.net \
    --cc=tom@quantonium.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox