hi


i have the same issue , but only in the kernel pppoe interface.

interface re3  -> vlan 7 -> pppoe0


~ 4>ifconfig re3 hwfeatures
re3: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> rdomain 40 mtu 1518
hwfeatures=8037<CSUM_IPv4,CSUM_TCPv4,CSUM_UDPv4,VLAN_MTU,VLAN_HWTAGGING,WOL> hardmtu 9194
    lladdr 4c:02:89:0d:cb:78
    index 4 priority 0 llprio 3
    media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause)
    status: active
    inet 192.168.1.250 netmask 0xffffff00 broadcast 192.168.1.255


on my cable vlan5 is the queue working

interface aggr0 -> vlan5

the parent interfaces for the aggr are also re.


the speed are messured by the network test on my xbox  , pppoe speed drops upload from 30 mbit to 9 mbit.

Holger



Am 23.02.21 um 22:04 schrieb Stuart Henderson:
On 2021-02-23, Stuart Henderson <s...@spacehopper.org> wrote:
On 2021-02-23, Steven Shockley <steve.shock...@shockley.net> wrote:
I have OpenBSD 6.8 running on a Dell R210-II acting as a
firewall/router.  To combat bufferbloat I tried implementing FQ-CoDel
queueing.  The WAN bandwidth is advertised as 940 Mbit/sec down and 840
Mbit/sec up.
Flow queues are broken in 6.8 on interfaces with hw checksum offloading.
Fix is in -current or sys/net/pf.c r1.1096



Oops, on interfaces *without* hw checksum offloading, like this:

$ ifconfig em0 hwfeatures
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        hwfeatures=10<VLAN_MTU> hardmtu 9216
..



Reply via email to