[Bug 290773] vtnet: Severe performance regression since D51686

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 12 Nov 2025 18:47:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290773

--- Comment #21 from commit-hook@FreeBSD.org ---
A commit in branch releng/15.0 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c50312b774e1f26e90d743ad7e02072738923a03

commit c50312b774e1f26e90d743ad7e02072738923a03
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2025-11-10 15:34:53 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-12 18:46:09 +0000

    vtnet: fix enabling/disabling tso

    Transmit segment offloading depends on transmit checksum offloading.
    Enforce that constraint. This also fixes a bug, since if_hwassist bits
    are from the CSUM_ space, not from the IFCAP_ space.

    Approved by:    re (cperciva)
    PR:                     290773
    Reviewed by:            Timo Völker
    Tested by:              lg@efficientip.com
    Differential Revision:  https://reviews.freebsd.org/D53629

    (cherry picked from commit 4c50ac68166caf7e08c5a9984d63fa91490fa50d)
    (cherry picked from commit 0fb0ba51d8bc1e6673e073c1c5a02922f997f6b8)

 sys/dev/virtio/network/if_vtnet.c | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

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