Page MenuHomeFreeBSD

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

Authored by imp on Sat, Apr 6, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 12:58 PM
Unknown Object (File)
Sat, Apr 27, 1:35 PM
Unknown Object (File)
Fri, Apr 26, 4:49 AM
Unknown Object (File)
Wed, Apr 17, 9:36 AM
Unknown Object (File)
Wed, Apr 10, 3:46 AM
Unknown Object (File)
Wed, Apr 10, 3:46 AM
Unknown Object (File)
Tue, Apr 9, 9:37 PM
Unknown Object (File)
Mon, Apr 8, 11:48 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Sat, Apr 6, 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.Mon, Apr 8, 3:10 PM

Fix based on review feedback

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