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, Aug 28, 12:10 AM
Unknown Object (File)
Wed, Aug 26, 11:58 PM
Unknown Object (File)
Wed, Aug 26, 2:01 PM
Unknown Object (File)
Tue, Aug 25, 1:03 PM
Unknown Object (File)
Thu, Aug 20, 6:50 PM
Unknown Object (File)
Sat, Aug 8, 4:22 PM
Unknown Object (File)
Sat, Aug 8, 11:05 AM
Unknown Object (File)
Fri, Aug 7, 5:47 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