From owner-freebsd-transport@freebsd.org Tue Jul 26 01:14:19 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 9550ABA3DCB for ; Tue, 26 Jul 2016 01:14:19 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (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 49A3B14DC for ; Tue, 26 Jul 2016 01:14:19 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-io0-x232.google.com with SMTP id q83so186870940iod.1 for ; Mon, 25 Jul 2016 18:14:19 -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=4Empzy1OOZE9HscfTs6jpSYnkRbWvQpJRpvHslf67vQ=; b=dn/9E222jXt262GgxQBnMmaZAJl4w2QHWeAZ5QLJQFq/eX5Bqx8AHexTjcDUqUJ6XQ zc3DXVKP1uLIPk4ZO+co2h+/YgAAd+E9CmWsPcKXhT/VGNNTtLnjMVH4x44gxbjtMXMD 8NPxMzDPOszbQXrbrFPVOzYd/zG4+d1ilOlFu3zJ0NVldQF9yB1+FTP/m1Kky1weSy+L gGvat/Xfwf19pwaZynVNE99u98j0IPT/TokIZa+HPrQ/RtLgb7N8rSeWtG20d4ARYmr2 y23Xi/wZoHt3TSO0/BXM04MWTM+p0ApIzXVRP/+EfQsl8EQdf/XgrkRY9GJhZJsGB2jc Lv+w== 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=4Empzy1OOZE9HscfTs6jpSYnkRbWvQpJRpvHslf67vQ=; b=CW+27TpO5KJJk36J4X78d1EVMx7deNGtxMcQFbjoSr03XTNk9V9HQJigywawGQbo7s aTbmSfnxmRvwXvYxIh1GFqxr233gGYco9ZjTdLanaFcaYIplape4y/Sc9dXm89a7857H aSx9C/97Tmx2A3L6A5Rjyn9D1JMB3GBOz6NfjKc+NGwFjAtjfQO3Mcke1RbXSHoxPWdB ZQV9JVpVxTSK9EjUVOvM/6td+Fn4ZZe9jGPb8qZbPVGpZ4maU+5H8xqtVBB8yj09niso 4NT162lIg5CrkjEO/0CChQ/ZLDoYtN2x757lDHzOmsWyYnkoRSrMKv6Nvs3+HPVkSyKw XLwg== X-Gm-Message-State: AEkoouuuS4ts286rulvFZRSonVonKb/wa96RJDbxrZv5wSVRM35G2ic1gEh4VUL++MXsV2NWtiMJroe/GXRtwg== X-Received: by 10.107.150.83 with SMTP id y80mr24378621iod.113.1469495658732; Mon, 25 Jul 2016 18:14:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.200.71 with HTTP; Mon, 25 Jul 2016 18:14:18 -0700 (PDT) In-Reply-To: References: <559f1d0e-9d35-f458-bff5-b69a03297cf0@netflix.com> From: Ryan Stone Date: Mon, 25 Jul 2016 21:14:18 -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: Tue, 26 Jul 2016 01:14:19 -0000 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