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)
Fri, Oct 18, 6:48 AM
Unknown Object (File)
Oct 2 2024, 5:28 AM
Unknown Object (File)
Oct 2 2024, 2:44 AM
Unknown Object (File)
Oct 1 2024, 2:17 PM
Unknown Object (File)
Oct 1 2024, 12:21 PM
Unknown Object (File)
Sep 30 2024, 7:46 AM
Unknown Object (File)
Sep 29 2024, 11:35 PM
Unknown Object (File)
Sep 26 2024, 1:25 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