]> www.infradead.org Git - users/sagi/libnvme.git/commit
mi: Implement Format NVM command
authorJeremy Kerr <jk@codeconstruct.com.au>
Tue, 19 Jul 2022 09:47:04 +0000 (17:47 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Sun, 14 Aug 2022 02:54:25 +0000 (10:54 +0800)
commit84707e77c1bb0b09e2ce7150a68b619256ac4725
treec23901b4d7dcf36feb5638c8dd0d75723505b925
parent398072fea55e6ccb2a68f7ee5b94761fbd48164a
mi: Implement Format NVM command

Add support for the Format NVM command, using the existing
struct nvme_format_nvm_args, plus a small test.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
src/libnvme-mi.map
src/nvme/mi.c
src/nvme/mi.h
test/mi.c