]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
logging: output ioctl debugging info
authorDaniel Wagner <dwagner@suse.de>
Wed, 6 Mar 2024 08:54:39 +0000 (09:54 +0100)
committerDaniel Wagner <wagi@monom.org>
Thu, 7 Mar 2024 07:10:30 +0000 (08:10 +0100)
commit1b26176048aea7e73d19dae304e62f5b83248493
tree7a45d8cd2e23385739a7ca0759c5518f5cfc1c01
parentf0ff03c2571d698880b351c1fae0ee009f7b1226
logging: output ioctl debugging info

Instead pushing insane logging infra code into the library, let's keep
this stuff in the frontend. This is done by providing our own version
of the low level ioctl function as the library is exposing this as weak
symbol. This allows us to print the passthru structures and also the
timing information.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvme-wrap.c
nvme-wrap.h
nvme.c
util/logging.c