mbox series

[net,0/2] udp: Fix reuseport selection with connected sockets.

Message ID 20200721061531.94236-1-kuniyu@amazon.co.jp
Headers show
Series udp: Fix reuseport selection with connected sockets. | expand

Message

Kuniyuki Iwashima July 21, 2020, 6:15 a.m. UTC
From: kuniyu <kuniyu@amazon.co.jp>

This patch set addresses two issues which happen when both connected and
unconnected sockets are in the same UDP reuseport group.

Kuniyuki Iwashima (2):
  udp: Copy has_conns in reuseport_grow().
  udp: Improve load balancing for SO_REUSEPORT.

 net/core/sock_reuseport.c |  1 +
 net/ipv4/udp.c            | 15 +++++++++------
 net/ipv6/udp.c            | 15 +++++++++------
 3 files changed, 19 insertions(+), 12 deletions(-)

Comments

David Miller July 21, 2020, 10:32 p.m. UTC | #1
From: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Date: Tue, 21 Jul 2020 15:15:29 +0900

> From: kuniyu <kuniyu@amazon.co.jp>

Please fix your configuration to show your full name in this
"From: " field, I had to edit it out and use the one from your
email headers.

> This patch set addresses two issues which happen when both connected and
> unconnected sockets are in the same UDP reuseport group.

Series applied and queued up for -stable, th anks.
Kuniyuki Iwashima July 22, 2020, 4:28 a.m. UTC | #2
From:   David Miller <davem@davemloft.net>
Date:   Tue, 21 Jul 2020 15:32:39 -0700 (PDT)
> From: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
> Date: Tue, 21 Jul 2020 15:15:29 +0900
> 
> > From: kuniyu <kuniyu@amazon.co.jp>
> 
> Please fix your configuration to show your full name in this
> "From: " field, I had to edit it out and use the one from your
> email headers.
> 
> > This patch set addresses two issues which happen when both connected and
> > unconnected sockets are in the same UDP reuseport group.
> 
> Series applied and queued up for -stable, th anks.

I am sorry for bothering you... and grateful for your kind advice.
I have fixed my configuration for net repository as with net-next.

Thank you.