Page MenuHomeFreeBSD

nvmecontrol: Move self test status page printing to little endian orderinng
ClosedPublic

Authored by imp on Apr 6 2024, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 7:28 AM
Unknown Object (File)
Sun, Jan 26, 6:04 PM
Unknown Object (File)
Thu, Jan 23, 6:44 AM
Unknown Object (File)
Mon, Jan 13, 9:19 PM
Unknown Object (File)
Dec 13 2024, 7:41 AM
Unknown Object (File)
Dec 5 2024, 5:39 PM
Unknown Object (File)
Nov 19 2024, 3:17 PM
Unknown Object (File)
Nov 15 2024, 1:06 AM
Subscribers

Details

Summary

Also, add printing vnedor_specific field, which doesn't have a valid
bit, so is always valid.

Sponsored by: Netflix

Diff Detail

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

Event Timeline

imp requested review of this revision.Apr 6 2024, 6:56 PM
chuck added inline comments.
sbin/nvmecontrol/logpage.c
593

Probably wrap this with LE2H() for consistency

635

Shouldn't the if expressions wrap valid_diag_info to be consistent? Here and below.

This revision is now accepted and ready to land.Apr 8 2024, 3:10 PM

Fix based on review feedback

This revision now requires review to proceed.Apr 8 2024, 4:57 PM
This revision is now accepted and ready to land.Apr 8 2024, 5:06 PM