From owner-freebsd-transport@freebsd.org Sun Aug 7 03:46:29 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 CAAA1BB073C for ; Sun, 7 Aug 2016 03:46:29 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 8B7B91A07 for ; Sun, 7 Aug 2016 03:46:29 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x242.google.com with SMTP id j124so4218126ith.3 for ; Sat, 06 Aug 2016 20:46:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=CJhle1vNd7yxEiGyUfh6JmnFcIYROdoF8vtyiAy9uwA=; b=cyL8vx9x47IxZgU21PTBsGj4qXq12EC7pGTTNMeItAowLUb6ZwA21XQcRwbbUDerTI O/M51kR75BnMgVpFiQ86e2Smq5mEQgBI37trgbtICDNkIddt1My0zDPQUreKOxqkL1/+ l6DoOhLF42d2yoTjiVRvCi8h3MSHC1gG10pxq62QDKh82bBC6n7gM8V5WoK06MgsOAIL Gb25RnT9mFwcCxTR9IKP/teqNjcgukMPkE75PBN1m2OMi46hPWlJryhfM9r5gKV379y7 jtGxF8zVPyXCGhcDf9XIBgxDeC2RqLLcIFP1NaO/SQdEsMGRYsDNwCH2ncutDuMWxB8S Qn2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=CJhle1vNd7yxEiGyUfh6JmnFcIYROdoF8vtyiAy9uwA=; b=GCj4UqAC3cwAdfH2ScxTerqXoYCkTJ+nq9zJaw7WTcQqmj2CtxNR5MVYAQ6zgJ4DEb Meb9bdC6iyorlYvwQZZF4j2cp5QNAlDZQkccKrNCYkqdRzUNixZatg+lIU9yTl6s5DpB s1v35p2s1G+LOLL39MZWu/Rk1VbotOWMBqkXyr2OXxHCS5EP0BmnOTJwc2f9WK5uoZNG JYiRFb9s19vPwZIJc5LIChoWPifWRl1evNSPy4gZiqL7olWPTFKv+wM6//gCqC6/YscP FqxRBT5p3kexvL8p/stRSmoAsEhbmRk5Q/JKh+rEUo3JQ1YJyu+ldosixgw9QDJAlEXX SwQg== X-Gm-Message-State: AEkoous6YUqCaP3UIicK3JmBP0rrrkYiEf1oL9IHhmp7EIZl445eTjKasfXiGXA6/1p5v1NpAdAOmkZBQgYMDg== X-Received: by 10.36.124.141 with SMTP id a135mr11442995itd.25.1470541589084; Sat, 06 Aug 2016 20:46:29 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.141.129 with HTTP; Sat, 6 Aug 2016 20:46:28 -0700 (PDT) In-Reply-To: References: <559f1d0e-9d35-f458-bff5-b69a03297cf0@netflix.com> From: Adrian Chadd Date: Sat, 6 Aug 2016 20:46:28 -0700 X-Google-Sender-Auth: elws4AJztFU07ZjTbSOHuaKHdBA Message-ID: Subject: Re: in_broadcast() called for almost every packet in ip_output() To: Ryan Stone Cc: Andrew Gallatin , "" Content-Type: text/plain; charset=UTF-8 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:46:29 -0000 Sweet, will do it now. On 6 August 2016 at 20:45, Ryan Stone wrote: > 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 >> >> >> >> >> >> 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 >> >> >> >> > >> > > >