Re: [PATCH 0/6] hw/block/nvme: zoned misc fixes

2021-01-17 Thread Klaus Jensen
On Jan 18 03:35, Dmitry Fomichev wrote:
> On Mon, 2021-01-11 at 13:32 +0100, Klaus Jensen wrote:
> > From: Klaus Jensen 
> 
> Klaus,
> 
> This series looks good to me. I've made a comment in "zero out zones on reset"
> patch, but it is only cosmetic in nature. I am going to send a patch
> with another small fix in ZNS code.
> 
> Best regards,
> Dmitry
> 
> Tested-by: Dmitry Fomichev 
> Reviewed-by: Dmitry Fomichev 
> 

Thanks for the review AND testing! :)

Applying to nvme-next!


signature.asc
Description: PGP signature


Re: [PATCH 0/6] hw/block/nvme: zoned misc fixes

2021-01-17 Thread Dmitry Fomichev
On Mon, 2021-01-11 at 13:32 +0100, Klaus Jensen wrote:
> From: Klaus Jensen 

Klaus,

This series looks good to me. I've made a comment in "zero out zones on reset"
patch, but it is only cosmetic in nature. I am going to send a patch
with another small fix in ZNS code.

Best regards,
Dmitry

Tested-by: Dmitry Fomichev 
Reviewed-by: Dmitry Fomichev 

> 
> These are some follow-up patches to the just merged zoned series.
> 
> The biggest addition here is asynchronous zeroing of zones on reset.
> 
> Klaus Jensen (6):
>   hw/block/nvme: fix shutdown/reset logic
>   hw/block/nvme: merge implicitly/explicitly opened processing masks
>   hw/block/nvme: enum style fix
>   hw/block/nvme: zero out zones on reset
>   hw/block/nvme: add missing string representations for commands
>   hw/block/nvme: remove unnecessary check for append
> 
>  hw/block/nvme-ns.h|   4 +-
>  hw/block/nvme.h   |   4 +
>  include/block/nvme.h  |   4 +-
>  hw/block/nvme.c   | 200 +++---
>  hw/block/trace-events |   1 +
>  5 files changed, 140 insertions(+), 73 deletions(-)
> 
> -- 
> 2.30.0
> 



[PATCH 0/6] hw/block/nvme: zoned misc fixes

2021-01-11 Thread Klaus Jensen
From: Klaus Jensen 

These are some follow-up patches to the just merged zoned series.

The biggest addition here is asynchronous zeroing of zones on reset.

Klaus Jensen (6):
  hw/block/nvme: fix shutdown/reset logic
  hw/block/nvme: merge implicitly/explicitly opened processing masks
  hw/block/nvme: enum style fix
  hw/block/nvme: zero out zones on reset
  hw/block/nvme: add missing string representations for commands
  hw/block/nvme: remove unnecessary check for append

 hw/block/nvme-ns.h|   4 +-
 hw/block/nvme.h   |   4 +
 include/block/nvme.h  |   4 +-
 hw/block/nvme.c   | 200 +++---
 hw/block/trace-events |   1 +
 5 files changed, 140 insertions(+), 73 deletions(-)

-- 
2.30.0