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)
Tue, Jan 21, 8:11 PM
Unknown Object (File)
Mon, Jan 6, 6:09 PM
Unknown Object (File)
Dec 11 2024, 6:03 PM
Unknown Object (File)
Dec 9 2024, 5:37 AM
Unknown Object (File)
Nov 20 2024, 4:32 AM
Unknown Object (File)
Nov 15 2024, 7:16 AM
Unknown Object (File)
Oct 2 2024, 10:24 PM
Unknown Object (File)
Oct 2 2024, 8:39 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