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)
Dec 20 2023, 5:31 AM
Unknown Object (File)
Dec 20 2023, 4:46 AM
Unknown Object (File)
Oct 15 2023, 9:29 AM
Unknown Object (File)
Oct 15 2023, 9:29 AM
Unknown Object (File)
Sep 5 2023, 1:42 AM
Unknown Object (File)
Aug 17 2023, 1:39 PM
Unknown Object (File)
Aug 16 2023, 9:46 AM
Unknown Object (File)
Aug 11 2023, 5:50 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