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)
Tue, Jul 21, 3:41 AM
Unknown Object (File)
Tue, Jul 21, 2:52 AM
Unknown Object (File)
Mon, Jul 20, 2:13 PM
Unknown Object (File)
Sun, Jul 19, 9:11 PM
Unknown Object (File)
Sun, Jul 19, 12:48 AM
Unknown Object (File)
Sun, Jul 19, 12:46 AM
Unknown Object (File)
Sun, Jul 12, 12:24 AM
Unknown Object (File)
Jun 21 2026, 9:50 PM
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 Not Applicable
Unit
Tests Not Applicable

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

634–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