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)
Feb 10 2025, 3:56 AM
Unknown Object (File)
Feb 10 2025, 3:46 AM
Unknown Object (File)
Feb 4 2025, 2:28 PM
Unknown Object (File)
Feb 4 2025, 3:20 AM
Unknown Object (File)
Feb 3 2025, 10:39 PM
Unknown Object (File)
Feb 3 2025, 8:46 PM
Unknown Object (File)
Jan 29 2025, 9:18 AM
Unknown Object (File)
Jan 27 2025, 6:40 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