Re: 9k jumbo clusters

2018-07-27 Thread John-Mark Gurney
Ryan Moeller wrote this message on Fri, Jul 27, 2018 at 12:45 -0700: > There is a long-standing issue with 9k mbuf jumbo clusters in FreeBSD. > For example: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183381 > https://lists.freebsd.org/pipermail/freebsd-net/2013-March/034890.html > > This

Re: 9k jumbo clusters

2018-07-27 Thread Garrett Wollman
In article r...@ixsystems.com writes: >I have seen some work in the direction of avoiding larger than page size >jumbo clusters in 12-CURRENT. Many existing drivers avoid the 9k cluster >size already. The code for larger cluster sizes in iflib is #ifdef'd out >so it maxes out at the page size j

Re: PSPAT subsystem Implementation in FreeBSD - GSoC 2018

2018-07-27 Thread Sumit Lakra
Hello, I tried the sysctl and it worked in that I was able to intercept the packets with DIR == DIR_OUT | PROTO_LAYER2, but I am beginning to face some other increasingly difficult and unanticipated problems in trying to attach the PSPAT code to work with the present networking system. As you men

9k jumbo clusters

2018-07-27 Thread Ryan Moeller
Hello, There is a long-standing issue with 9k mbuf jumbo clusters in FreeBSD. For example: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183381 https://lists.freebsd.org/pipermail/freebsd-net/2013-March/034890.html This comment suggests the 16k pool does not have the fragmentation problem: ht

[Bug 203856] [igb] PPPoE RX traffic is limitied to one queue

2018-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203856 --- Comment #31 from Eugene Grosbein --- (In reply to Kurt Jaeger from comment #30) This patch does not apply in any sense: it won't apply textually and it was (incomplete) attempt to solve another problem in first place: it tried to add a

[Bug 203856] [igb] PPPoE RX traffic is limitied to one queue

2018-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203856 --- Comment #30 from Kurt Jaeger --- (In reply to anoteros from comment #1) This link for a patch seems valid: http://static.ipfw.ru/patches/igb_flowid.diff Did anyone test with that ? Does that still apply ? -- You are receiving this

Re: PPPoE RX traffic is limited to one queue

2018-07-27 Thread Eugene Grosbein
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-p

Re: PPPoE RX traffic is limited to one queue

2018-07-27 Thread Richard Pasztor
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