Page MenuHomeFreeBSD

nvme: Remove duplicate command printing routine
ClosedPublic

Authored by imp on Aug 3 2023, 10:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 3:32 PM
Unknown Object (File)
Fri, Nov 7, 6:12 AM
Unknown Object (File)
Wed, Nov 5, 10:38 AM
Unknown Object (File)
Tue, Nov 4, 4:33 PM
Unknown Object (File)
Sun, Nov 2, 12:50 AM
Unknown Object (File)
Sat, Oct 25, 6:46 AM
Unknown Object (File)
Tue, Oct 14, 1:57 PM
Unknown Object (File)
Tue, Oct 14, 1:57 PM
Subscribers

Details

Summary

Both nvme_dump_command and nvme_qpair_print_command print nvme
commands. The former latter better. Recode the one call to
nvme_dump_command to use nvme_qpair_print_command and delete the
former. No sense having two nearly identical routines

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable