Page MenuHomeFreeBSD

sfxge(4): zero should be used as RxQ label in SW event
ClosedPublic

Authored by arybchik on May 31 2016, 6:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 19 2023, 11:32 PM
Unknown Object (File)
Nov 19 2023, 2:24 PM
Unknown Object (File)
Nov 10 2023, 11:29 AM
Unknown Object (File)
Nov 8 2023, 2:13 PM
Unknown Object (File)
Oct 9 2023, 10:24 AM
Unknown Object (File)
Oct 7 2023, 1:08 PM
Unknown Object (File)
Aug 21 2023, 6:48 PM
Unknown Object (File)
Jun 3 2023, 5:32 PM
Subscribers

Details

Summary

The buggy code was using the rxq index but should use the evq label
associated with the rxq. It was missed in r298735.

Sponsored by: Solarflare Communications, Inc.
MFC after: 2 days

Test Plan

Build tested. Debug build with assertions enabled tested.
Always works fine now.

Further patches improve the code to avoid added KASSERT code
duplication.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arybchik retitled this revision from to sfxge(4): zero should be used as RxQ label in SW event.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
gnn edited edge metadata.
This revision is now accepted and ready to land.May 31 2016, 6:26 PM
This revision was automatically updated to reflect the committed changes.