Page MenuHomeFreeBSD

sfxge: improve error handling in ef10_ev_rx()
ClosedPublic

Authored by arybchik on Jan 18 2016, 7:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 19, 4:07 PM
Unknown Object (File)
Wed, Nov 19, 3:59 AM
Unknown Object (File)
Fri, Oct 24, 8:29 PM
Unknown Object (File)
Oct 21 2025, 5:02 AM
Unknown Object (File)
Oct 21 2025, 5:02 AM
Unknown Object (File)
Oct 21 2025, 5:02 AM
Unknown Object (File)
Oct 20 2025, 6:37 PM
Unknown Object (File)
Aug 20 2025, 3:50 PM
Subscribers

Details

Summary

Ensure that checksum flags and L3/L4 fields are ignored
if lower level errors are reported in the event.

Remove checks for CRC0_ERR (bad iSCSI header CRC) and
CRC1_ERR (bad iSCSI payload or FCoE/FCoIP CRC) as they
are not used by any existing code.

Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days

Test Plan

Build tested. Driver loaded/unloaded.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 2166
Build 2175: arc lint + arc unit

Event Timeline

arybchik retitled this revision from to sfxge: improve error handling in ef10_ev_rx().
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
This revision was automatically updated to reflect the committed changes.