Page MenuHomeFreeBSD

cam: Implement ascq ranges correctly
AbandonedPublic

Authored by imp on Jan 25 2025, 8:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 25 2025, 3:46 PM
Unknown Object (File)
Mar 20 2025, 9:21 PM
Unknown Object (File)
Mar 12 2025, 9:29 AM
Unknown Object (File)
Feb 26 2025, 3:49 PM
Unknown Object (File)
Feb 26 2025, 11:46 AM
Unknown Object (File)
Feb 16 2025, 3:41 PM
Unknown Object (File)
Feb 5 2025, 5:10 PM
Unknown Object (File)
Feb 4 2025, 6:07 PM
Subscribers
None

Details

Reviewers
mav
chs
ken
Group Reviewers
cam
Summary

Ensure that the range is between the first and second entries. At the
moment, all the SSQ_RANGE entries are tagged with 0xFF, no change is
expeccted.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62029
Build 58913: arc lint + arc unit

Event Timeline

mav requested changes to this revision.Jan 27 2025, 4:08 PM

This change is unneeded. ascq <= table_entry->ascq is already checked few lines above.

This revision now requires changes to proceed.Jan 27 2025, 4:08 PM

Bah! You're right. Punting on this one.