Re: [PATCH 0/9] nvmet: add genblk ZBD backend
From: Chaitanya Kulkarni <hidden>
Date: 2020-12-01 03:44:17
Also in:
linux-nvme
From: Chaitanya Kulkarni <hidden>
Date: 2020-12-01 03:44:17
Also in:
linux-nvme
On 11/29/20 22:52, Damien Le Moal wrote:
quoted
block/bio.c | 3 +- drivers/nvme/target/Makefile | 2 +- drivers/nvme/target/admin-cmd.c | 38 ++- drivers/nvme/target/io-cmd-bdev.c | 12 + drivers/nvme/target/io-cmd-file.c | 2 +- drivers/nvme/target/nvmet.h | 19 ++ drivers/nvme/target/zns.c | 463 ++++++++++++++++++++++++++++++ include/linux/bio.h | 1 + 8 files changed, 524 insertions(+), 16 deletions(-) create mode 100644 drivers/nvme/target/zns.cI had a few questions about the failed zonefs tests that you reported in the cover letter of V1. Did you run the tests again with V2 ? Do you still see the errors or not ?
Please have a look at V3 cover letter, it has updated test log.