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, Oct 14, 1:57 PM
Unknown Object (File)
Tue, Oct 14, 1:57 PM
Unknown Object (File)
Tue, Oct 14, 1:57 PM
Unknown Object (File)
Tue, Oct 14, 12:12 AM
Unknown Object (File)
Thu, Oct 9, 4:29 PM
Unknown Object (File)
Thu, Oct 9, 1:02 PM
Unknown Object (File)
Sat, Sep 27, 10:42 PM
Unknown Object (File)
Sep 12 2025, 10:29 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