Page MenuHomeFreeBSD

ixgbe: Change if condition for RSS and rxcsum
ClosedPublic

Authored by przemyslawx.lewandowski_intel.com on Feb 16 2023, 11:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 1:07 AM
Unknown Object (File)
Sat, Apr 27, 9:03 PM
Unknown Object (File)
Sat, Apr 27, 6:04 AM
Unknown Object (File)
Apr 8 2024, 4:53 AM
Unknown Object (File)
Feb 22 2024, 4:21 AM
Unknown Object (File)
Dec 22 2023, 11:27 PM
Unknown Object (File)
Dec 22 2023, 11:27 PM
Unknown Object (File)
Dec 18 2023, 12:58 AM
Subscribers

Details

Summary

Fix regarding Bugzilla issue id: 268910. Issue exists on stable/13 and stable/12.
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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 28 2023, 1:30 PM