Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2024 21:40:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 280386] if_bridge throws output errors under load
Message-ID:  <bug-280386-7501-62bJvzVBki@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280386-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280386-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280386

erwin.freebsd-bugzilla@bk3.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erwin.freebsd-bugzilla@bk3.
                   |                            |nl

--- Comment #12 from erwin.freebsd-bugzilla@bk3.nl ---
Could you try adding the following flags : -rxcsum -rxcsum6 -txcsum -txcsum6
-lro -tso -vlanhwtso -vlanhwfilter

I use this :

ifconfig_lagg0=3D"laggproto lacp laggport igb0 laggport igb1 -rxcsum -rxcsu=
m6
-txcsum -txcsum6 -lro -tso -vlanhwtso -vlanhwfilter"

I have a supermicro with an intel card with a hardware bug. This causes
extremely erratic but consistent slow connections. Took me ages to
troubleshoot. Had the same behavior under openindiana. Using the flags from
above I would get consistent linespeed.

igb0@pci0:0:20:0:       class=3D0x020000 rev=3D0x03 hdr=3D0x00 vendor=3D0x8=
086
device=3D0x1f41 subvendor=3D0x15d9 subdevice=3D0x1f41
    vendor     =3D 'Intel Corporation'
    device     =3D 'Ethernet Connection I354'
    class      =3D network
    subclass   =3D ethernet

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280386-7501-62bJvzVBki>