netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] udp: Fix reuseport selection with connected sockets.
@ 2020-07-21  6:15 Kuniyuki Iwashima
  2020-07-21  6:15 ` [PATCH net 1/2] udp: Copy has_conns in reuseport_grow() Kuniyuki Iwashima
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kuniyuki Iwashima @ 2020-07-21  6:15 UTC (permalink / raw)
  To: David S . Miller, Alexey Kuznetsov, Hideaki YOSHIFUJI, Jakub Kicinski
  Cc: Willem de Bruijn, Eric Dumazet, Craig Gallek, Paolo Abeni,
	netdev, Kuniyuki Iwashima, Kuniyuki Iwashima,
	Benjamin Herrenschmidt, osa-contribution-log

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(-)

-- 
2.17.2 (Apple Git-113)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-22  4:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21  6:15 [PATCH net 0/2] udp: Fix reuseport selection with connected sockets Kuniyuki Iwashima
2020-07-21  6:15 ` [PATCH net 1/2] udp: Copy has_conns in reuseport_grow() Kuniyuki Iwashima
2020-07-21 12:25   ` Willem de Bruijn
2020-07-21  6:15 ` [PATCH net 2/2] udp: Improve load balancing for SO_REUSEPORT Kuniyuki Iwashima
2020-07-21 12:33   ` Willem de Bruijn
2020-07-21 22:32 ` [PATCH net 0/2] udp: Fix reuseport selection with connected sockets David Miller
2020-07-22  4:28   ` Kuniyuki Iwashima

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).