From owner-freebsd-transport@freebsd.org Sun Aug 7 03:45:30 2016 Return-Path: Delivered-To: freebsd-transport@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF714BB0680 for ; Sun, 7 Aug 2016 03:45:30 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A09CB19B4; Sun, 7 Aug 2016 03:45:30 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-io0-x230.google.com with SMTP id m101so331756211ioi.2; Sat, 06 Aug 2016 20:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CMzgIjYjtS9hVXVuWLY7IpIBRXyEWuzcIPRXPB+lajM=; b=ZWwbV58m0uBFCoGAlzdOvEmIBnSYu+tRl3gb/LEyrkdATn4RG0xzUOYXfpyJZwBM3+ EvXPJe0+HXXLggCjNHPWgEqchmwc5AInhf0egJ5jtiT3hghBShZMfLGh9s32ICgsmmT8 AO2BFjAhnkl/7kpnDOLinorWUcWdypg5U2lgY7vlF1AcbXRX9yUtf1L+NUWo4oXk6YFR vpm0w0Kcp5OxnOIpzULUbb2pmgPl0OAzNbVUEe5vlk+m//kxZpbpxddfny8gGaoa8aWv tfuQJh6aak+VJDStCBTURhvqgyENCiOhKlwDs3PV1VckVkuxvQwkoEvOkLkzTAISeznL al7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CMzgIjYjtS9hVXVuWLY7IpIBRXyEWuzcIPRXPB+lajM=; b=Yv4w+5KO3k+DnKeikshQjqnZ1kd8GAZ8o7ZaYIKV6hhSIuUBxDnhyw3vrLddml/uMl VJo9QvRHXzsXIrjkvR5f2nxMrSOP3TDH60+rt0uBzRFSozmZgAspuXfAundca612ve8h zL/HKWtK84GNB0LZ8pan1WH4idNbOnIh3b+UH4UpAYwNh2lbebcjBFDyUkliA8gTBsnr SSlBisEPQElKyBLuL0rhthLRzEbdcVNB1uOe4SLjY+wcUEz7Bl1PhNDIpsehdWZe4Djm JiEwPplaq7yk7Jv3XkETbOjkNj7Rl9pq/FPgoUsVQqFnJwcjTS7HVYn76+/OI4UKHH63 1D5w== X-Gm-Message-State: AEkoouumcOuD+1XqOwxM2N0tP5J14f0LJrDdxI0KZolLto+gH3H9O9Ub+ZcH4C2Z/HwCJNnAYvdusnm/9qU2zQ== X-Received: by 10.107.129.97 with SMTP id c94mr89209217iod.102.1470541530142; Sat, 06 Aug 2016 20:45:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.200.71 with HTTP; Sat, 6 Aug 2016 20:45:29 -0700 (PDT) In-Reply-To: References: <559f1d0e-9d35-f458-bff5-b69a03297cf0@netflix.com> From: Ryan Stone Date: Sat, 6 Aug 2016 23:45:29 -0400 Message-ID: Subject: Re: in_broadcast() called for almost every packet in ip_output() To: Adrian Chadd Cc: Andrew Gallatin , "" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-transport@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions of transport level network protocols in FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2016 03:45:31 -0000 Yes, that's all fine. Just not the UDP part from the original patch; people have requested some minor changes to it. On Sat, Aug 6, 2016 at 11:44 PM, Adrian Chadd wrote: > Well, it requires the gif/tun/ethersubr.h bits too. May I commit those? > > > > -a > > > On 6 August 2016 at 20:43, Ryan Stone wrote: > > The 802.11 part? Please do. > > > > On Sat, Aug 6, 2016 at 9:39 PM, Adrian Chadd wrote: > >> > >> hiya, > >> > >> I've been running with this and it's working fine. > >> > >> Shall I commit it? > >> > >> > >> > >> -adrian > >> > >> > >> On 5 August 2016 at 20:30, Adrian Chadd wrote: > >> > ok, I'm testing this now (finally) > >> > > >> > > >> > -adrian > >> > > >> > > >> > On 25 July 2016 at 18:14, Ryan Stone wrote: > >> >> On Mon, Jul 25, 2016 at 2:37 PM, Adrian Chadd < > adrian.chadd@gmail.com> > >> >> wrote: > >> >>> > >> >>> hi, > >> >>> > >> >>> can you post a separate patch for the 802.11 fix? I'd like to get it > >> >>> more widely tested! > >> >>> > >> >>> Thanks, > >> >>> > >> >>> > >> >>> -adrian > >> >> > >> >> > >> >> https://people.freebsd.org/~rstone/patches/wifi_m_bcast.diff > >> >> > > > > >