From owner-freebsd-stable@freebsd.org Thu Apr 16 08:42:06 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8EE372B6A0D for ; Thu, 16 Apr 2020 08:42:06 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492t4t391Rz4CkX; Thu, 16 Apr 2020 08:42:06 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 530C31FBA8; Thu, 16 Apr 2020 08:42:06 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id E4286FCE5; Thu, 16 Apr 2020 10:42:04 +0200 (CEST) From: "Kristof Provost" To: "Peter Blok" Cc: "Mark Saad" , "FreeBSD Stable" Subject: Re: CFT: if_bridge performance improvements Date: Thu, 16 Apr 2020 10:42:04 +0200 X-Mailer: MailMate (1.13.1r5671) Message-ID: <1221DD1E-2E38-4C25-88EF-CE911E7C32AF@FreeBSD.org> In-Reply-To: References: <0C115843-FB05-40D7-B1D7-F9B7842E9B54@FreeBSD.org> <467E538C-05C3-45B7-935B-FB20F6E20B01@longcount.org> <26AE78A9-551E-4118-9955-DABD9745B380@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 08:42:06 -0000 On 16 Apr 2020, at 10:36, Peter Blok wrote: > Another issue I found with pf was with "set skip on bridge”. It > doesn’t work on the interface group, unless a bridge exists prior to > enabling pf. Makes sense, but I didn’t think of it. Other rules work > fine with interface groups. > I am aware of this problem and have unfinished work to fix it. No promises about a timeline though. Best regards, Kristof