From owner-freebsd-net@freebsd.org Fri Jul 27 08:05:29 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FDC10416AB for ; Fri, 27 Jul 2018 08:05:28 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (unknown [IPv6:2a01:4f8:d12:604::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC478A945 for ; Fri, 27 Jul 2018 08:05:27 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id w6R84uSP070856 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 27 Jul 2018 10:04:56 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: freebsd-net@freebsd.org Received: from [10.58.0.4] ([10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id w6R84jiY040993 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 27 Jul 2018 15:04:45 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: PPPoE RX traffic is limited to one queue To: Richard Pasztor References: <5B59DD78.3020908@grosbein.net> <5B59DF63.9020000@grosbein.net> Cc: freebsd-net@freebsd.org From: Eugene Grosbein Message-ID: <5B5AD219.6070205@grosbein.net> Date: Fri, 27 Jul 2018 15:04:41 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00, LOCAL_FROM, RDNS_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * -0.0 SPF_PASS SPF: sender matches SPF record * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 08:05:29 -0000 27.07.2018 14:19, Richard Pasztor wrote: > Hi Eugene, > > the details you requested: > > Router Hardware: PC Engines APU2C4 (http://pcengines.ch/apu2c4.htm) > 3x i210AT NIC / AMD GX-412TC CPU / 4 GB DRAM > > Router Software: Opnsense 18.1.13 > OS: FreeBSD 11.1-RELEASE-p11 FreeBSD 11.1-RELEASE-p11 > 116e406d37f(stable/18.1) amd64 > > I am not sure about how "GENERIC" the kernel is Well, you are not using default FreeBSD installation with GENERIC kernel. Instead, you are using heavily modified Opnsense installation built on top of FreeBSD. You should either install plain FreeBSD 11.1 system to test and compart and seek support from FreeBSD developers (and better 11.2-RELEAS) or continue using Opnsense and ask developers of Opnsense for support because only they know how did they modify FreeBSD. There may be plenty of reasons for the problem starting from suboptimal pf firewall performance (you could try disable it first to rule out its influence) and others.