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)
Fri, May 8, 1:18 AM
Unknown Object (File)
Wed, Apr 29, 7:01 AM
Unknown Object (File)
Wed, Apr 29, 7:00 AM
Unknown Object (File)
Mon, Apr 27, 10:00 PM
Unknown Object (File)
Mon, Apr 27, 2:30 PM
Unknown Object (File)
Sat, Apr 25, 8:28 PM
Unknown Object (File)
Sat, Apr 25, 10:43 AM
Unknown Object (File)
Fri, Apr 24, 7:06 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