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, Jul 28, 11:57 AM
Unknown Object (File)
Fri, Jul 24, 10:03 PM
Unknown Object (File)
Tue, Jul 21, 7:51 AM
Unknown Object (File)
Mon, Jul 20, 11:11 PM
Unknown Object (File)
Jul 5 2026, 3:30 AM
Unknown Object (File)
Jun 23 2026, 8:01 AM
Unknown Object (File)
Jun 20 2026, 8:44 AM
Unknown Object (File)
Jun 11 2026, 7:27 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