https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268910

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

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

commit 95aced446a8c6ada94a5a9dead6e2c68ce48ecb3
Author:     Przemyslaw Lewandowski <przemyslawx.lewandow...@intel.com>
AuthorDate: 2023-05-24 23:24:54 +0000
Commit:     Eric Joyner <e...@freebsd.org>
CommitDate: 2023-06-02 19:27:45 +0000

    ixgbe: Change if condition for RSS and rxcsum

    This patch fixes TCP connection hangs for 1 rxq and 1 txq without rxcsum
    enabled. Documentation for 10G cards and other drivers suggest enabling
    rxcsum for RSS and disabling otherwise. When PCSD bit is not set then
    fragment checksum and IP identification are reported in the rx
    descriptor. When PCSD bit is set then RSS hash value is reported in the
    rx descriptor. RSS and RX IPP checksum are mutually exclusive.

    Signed-off-by: Eric Joyner <e...@freebsd.org>

    PR:             268910
    Reviewed by:    erj@
    Tested by:      jeffrey.e.pie...@intel.com
    Sponsored by:   Intel Corporation
    Differential Revision:  https://reviews.freebsd.org/D38621

    (cherry picked from commit 156424fce98a0240c702da0a918b027d1979bfdb)

 sys/dev/ixgbe/if_ix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to