Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 01:00:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 254596] if_bridge wants LRO turned off, if_vlan insists it remain on
Message-ID:  <bug-254596-7501-UqBH7qjkTi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254596-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254596-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=3D254596

--- Comment #17 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df73eb35106cc65d19af0f2e82a111308c=
5090c3a

commit f73eb35106cc65d19af0f2e82a111308c5090c3a
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2023-08-12 16:31:22 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2023-08-18 00:59:30 +0000

    vlan: Respect IFCAP_LRO mask

    vlan_capabilities(), used by the IFCAP ioctl, was not respecting the
    IFCAP_LRO bit if it was masked by the requestor.

    This prevented if_bridge(4) from automasking LRO with a message like:
    bridge0: can't disable some capabilities on em3.11: 0x400

    This also prevented manually disabling LRO from any vlan interface.

    PR:             254596
    Reported by:    Paul Vixie <paul@redbarn.org>

    (cherry picked from commit b1a39c31a3569bd045a0f40057c3773fc8166f6d)

 sys/net/if_vlan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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