From: Jakub Sitnicki <jakub@cloudflare.com>
To: Daniel Borkmann <daniel@iogearbox.net>
Cc: bpf@vger.kernel.org, netdev@vger.kernel.org,
kernel-team@cloudflare.com,
John Fastabend <john.fastabend@gmail.com>,
Lorenz Bauer <lmb@cloudflare.com>, Martin Lau <kafai@fb.com>
Subject: Re: [PATCH bpf-next v4 00/12] Extend SOCKMAP to store listening sockets
Date: Mon, 27 Jan 2020 14:03:22 +0100 [thread overview]
Message-ID: <87d0b5caqt.fsf@cloudflare.com> (raw)
In-Reply-To: <f82cfdef-6674-d7c8-4173-cd6488dd4b9c@iogearbox.net>
On Mon, Jan 27, 2020 at 12:13 PM CET, Daniel Borkmann wrote:
> On 1/23/20 4:55 PM, Jakub Sitnicki wrote:
> [...]
>> Jakub Sitnicki (12):
>> bpf, sk_msg: Don't clear saved sock proto on restore
>> net, sk_msg: Annotate lockless access to sk_prot on clone
>> net, sk_msg: Clear sk_user_data pointer on clone if tagged
>> tcp_bpf: Don't let child socket inherit parent protocol ops on copy
>> bpf, sockmap: Allow inserting listening TCP sockets into sockmap
>> bpf, sockmap: Don't set up sockmap progs for listening sockets
>> bpf, sockmap: Return socket cookie on lookup from syscall
>> bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
>> bpf: Allow selecting reuseport socket from a SOCKMAP
>> net: Generate reuseport group ID on group creation
>> selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
>> selftests/bpf: Tests for SOCKMAP holding listening sockets
>>
>> include/linux/skmsg.h | 15 +-
>> include/net/sock.h | 37 +-
>> include/net/sock_reuseport.h | 2 -
>> include/net/tcp.h | 7 +
>> kernel/bpf/reuseport_array.c | 5 -
>> kernel/bpf/verifier.c | 6 +-
>> net/core/filter.c | 27 +-
>> net/core/skmsg.c | 2 +-
>> net/core/sock.c | 11 +-
>> net/core/sock_map.c | 133 +-
>> net/core/sock_reuseport.c | 50 +-
>> net/ipv4/tcp_bpf.c | 17 +-
>> net/ipv4/tcp_minisocks.c | 2 +
>> net/ipv4/tcp_ulp.c | 3 +-
>> net/tls/tls_main.c | 3 +-
>> .../bpf/prog_tests/select_reuseport.c | 60 +-
>> .../selftests/bpf/prog_tests/sockmap_listen.c | 1455 +++++++++++++++++
>> .../selftests/bpf/progs/test_sockmap_listen.c | 77 +
>> tools/testing/selftests/bpf/test_maps.c | 6 +-
>> 19 files changed, 1811 insertions(+), 107 deletions(-)
>> create mode 100644 tools/testing/selftests/bpf/prog_tests/sockmap_listen.c
>> create mode 100644 tools/testing/selftests/bpf/progs/test_sockmap_listen.c
>>
>
> Unfortunately, the series needs one last rebase in order to be applied due
> to conflicts from John's earlier sockmap/tls fixes from Jan/11th [0].
If it's not too late, it has been now rebased [0].
Thanks,
-jkbs
[0] https://lore.kernel.org/bpf/87eevlcauo.fsf@cloudflare.com/T/#t
prev parent reply other threads:[~2020-01-27 13:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-23 15:55 [PATCH bpf-next v4 00/12] Extend SOCKMAP to store listening sockets Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 01/12] bpf, sk_msg: Don't clear saved sock proto on restore Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 02/12] net, sk_msg: Annotate lockless access to sk_prot on clone Jakub Sitnicki
2020-01-23 17:18 ` Eric Dumazet
2020-01-23 18:56 ` Jakub Sitnicki
2020-01-23 19:15 ` John Fastabend
2020-01-27 9:36 ` Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 03/12] net, sk_msg: Clear sk_user_data pointer on clone if tagged Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 04/12] tcp_bpf: Don't let child socket inherit parent protocol ops on copy Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 05/12] bpf, sockmap: Allow inserting listening TCP sockets into sockmap Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 06/12] bpf, sockmap: Don't set up sockmap progs for listening sockets Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 07/12] bpf, sockmap: Return socket cookie on lookup from syscall Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 08/12] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 09/12] bpf: Allow selecting reuseport socket from a SOCKMAP Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 10/12] net: Generate reuseport group ID on group creation Jakub Sitnicki
2020-01-23 17:02 ` Martin Lau
2020-01-23 15:55 ` [PATCH bpf-next v4 11/12] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP Jakub Sitnicki
2020-01-23 15:55 ` [PATCH bpf-next v4 12/12] selftests/bpf: Tests for SOCKMAP holding listening sockets Jakub Sitnicki
2020-01-27 11:13 ` [PATCH bpf-next v4 00/12] Extend SOCKMAP to store " Daniel Borkmann
2020-01-27 13:03 ` Jakub Sitnicki [this message]
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=87d0b5caqt.fsf@cloudflare.com \
--to=jakub@cloudflare.com \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=john.fastabend@gmail.com \
--cc=kafai@fb.com \
--cc=kernel-team@cloudflare.com \
--cc=lmb@cloudflare.com \
--cc=netdev@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.