netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexei Starovoitov <alexei.starovoitov@gmail.com>
To: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Cc: Jakub Sitnicki <jakub@cloudflare.com>,
	Alexei Starovoitov <ast@kernel.org>, bpf <bpf@vger.kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	"David S. Miller" <davem@davemloft.net>,
	kernel-team <kernel-team@cloudflare.com>,
	Jakub Kicinski <kuba@kernel.org>,
	Network Development <netdev@vger.kernel.org>,
	Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Subject: Re: [PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections
Date: Wed, 22 Jul 2020 22:15:11 -0700	[thread overview]
Message-ID: <CAADnVQ+ni+n-1T2Ls-cLx7Hj20PVSAWF754x4VzwoWcW8nxZ5A@mail.gmail.com> (raw)
In-Reply-To: <20200722165902.51857-1-kuniyu@amazon.co.jp>

On Wed, Jul 22, 2020 at 9:59 AM Kuniyuki Iwashima <kuniyu@amazon.co.jp> wrote:
>
> From:   Jakub Sitnicki <jakub@cloudflare.com>
> Date:   Wed, 22 Jul 2020 18:17:18 +0200
> > This mini series contains a fix for a bug noticed when analyzing a reported
> > merge conflict between bpf-next and net tree [0].
> >
> > Apart from fixing a corner-case that affects use of BPF sk_lookup in tandem
> > with UDP reuseport groups with connected sockets, it should make the
> > conflict resolution with net tree easier.
> >
> > These changes don't replicate the improved UDP socket lookup behavior from
> > net tree, where commit efc6b6f6c311 ("udp: Improve load balancing for
> > SO_REUSEPORT.") is present.
> >
> > Happy to do it as a follow up. For the moment I didn't want to make things
> > more confusing when it comes to what got fixed where and why.
> >
> > Thanks,
> > -jkbs
>
> Acked-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp>

Applied to bpf-next. Thanks

      reply	other threads:[~2020-07-23  5:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22 16:17 [PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections Jakub Sitnicki
2020-07-22 16:17 ` [PATCH bpf-next 1/2] udp: Don't discard reuseport selection when group has connections Jakub Sitnicki
2020-07-22 16:17 ` [PATCH bpf-next 2/2] selftests/bpf: Test BPF socket lookup and reuseport with connections Jakub Sitnicki
2020-07-22 16:59 ` [PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups " Kuniyuki Iwashima
2020-07-23  5:15   ` Alexei Starovoitov [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=CAADnVQ+ni+n-1T2Ls-cLx7Hj20PVSAWF754x4VzwoWcW8nxZ5A@mail.gmail.com \
    --to=alexei.starovoitov@gmail.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=jakub@cloudflare.com \
    --cc=kernel-team@cloudflare.com \
    --cc=kuba@kernel.org \
    --cc=kuniyu@amazon.co.jp \
    --cc=netdev@vger.kernel.org \
    --cc=willemdebruijn.kernel@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).