]> www.infradead.org Git - users/sagi/libnvme.git/commit
mi: Implement Sanitize command
authorJeremy Kerr <jk@codeconstruct.com.au>
Wed, 20 Jul 2022 02:29:15 +0000 (10:29 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Sun, 14 Aug 2022 02:54:25 +0000 (10:54 +0800)
commit82fc04af218ed5efca51050f4ec950e65ec0851f
tree07dc79a46f87b53bf2d736c744464ecdf6f2d9d5
parent84707e77c1bb0b09e2ce7150a68b619256ac4725
mi: Implement Sanitize command

Add support for the Sanitize command, using the existing
struct nvme_sanitize_nvm_args argument format.

Include a test for the cdw10/cdw11 message encoding.

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