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 15, 7:16 AM
Unknown Object (File)
Oct 2 2024, 10:24 PM
Unknown Object (File)
Oct 2 2024, 8:39 PM
Unknown Object (File)
Sep 27 2024, 9:51 AM
Unknown Object (File)
Sep 24 2024, 1:09 PM
Unknown Object (File)
Sep 23 2024, 1:25 AM
Unknown Object (File)
Sep 18 2024, 9:46 AM
Unknown Object (File)
Sep 14 2024, 4:46 AM
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