From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49AACC49ED9 for ; Tue, 10 Sep 2019 16:56:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1A5CD2067B for ; Tue, 10 Sep 2019 16:56:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2436869AbfIJQ4Q (ORCPT ); Tue, 10 Sep 2019 12:56:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60284 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436786AbfIJQ4Q (ORCPT ); Tue, 10 Sep 2019 12:56:16 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 74DCC3082E03; Tue, 10 Sep 2019 16:56:15 +0000 (UTC) Received: from ovpn-116-172.ams2.redhat.com (ovpn-116-172.ams2.redhat.com [10.36.116.172]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7CC445C207; Tue, 10 Sep 2019 16:56:12 +0000 (UTC) Message-ID: Subject: Re: Is bug 200755 in anyone's queue?? From: Paolo Abeni To: Willem de Bruijn Cc: Steve Zabele , Eric Dumazet , Mark KEATON , Network Development , "shum@canndrew.org" , "vladimir116@gmail.com" , "saifi.khan@strikr.in" , Daniel Borkmann , "on2k16nm@gmail.com" , Stephen Hemminger , Craig Gallek Date: Tue, 10 Sep 2019 18:56:11 +0200 In-Reply-To: References: <010601d53bdc$79c86dc0$6d594940$@net> <20190716070246.0745ee6f@hermes.lan> <01db01d559e5$64d71de0$2e8559a0$@net> <8f4bda24-5bd4-3f12-4c98-5e1097dde84a@gmail.com> <00aa01d5630b$7e062660$7a127320$@net> <4242994D-E2CF-499A-848A-7B14CE536E33@raytheon.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.4 (3.32.4-1.fc30) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Tue, 10 Sep 2019 16:56:15 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi all, On Tue, 2019-09-10 at 11:52 -0400, Willem de Bruijn wrote: > This clearly has some loose ends and is no shorter or simpler. So > unless anyone has comments or a different solution, I'll finish > up the first variant. I'm sorry for the late feedback. I was wondering if we could use a new UDP-specific setsockopt to remove the connected socket from the reuseport group at connect() time? That would not have any behavioral change for existing application leveraging the current reuseport implementation and requires possibly a simpler implementation, but would need application changes for UDP servers doing reuse/connect(). WDYT? Cheers, Paolo