Re: [PATCH v2 12/18] hw/block/nvme: Simulate Zone Active excursions

2020-06-30 Thread Klaus Jensen
On Jun 18 06:34, Dmitry Fomichev wrote: > Added a Boolean flag to turn on simulation of Zone Active Excursions. > If the flag, "active_excursions", is set to true, the driver will try > to finish one of the currently open zone if max active zones limit is > going to get exceeded. > > Signed-off-by

Re: [PATCH v2 12/18] hw/block/nvme: Simulate Zone Active excursions

2020-06-30 Thread Alistair Francis
On Wed, Jun 17, 2020 at 2:52 PM Dmitry Fomichev wrote: > > Added a Boolean flag to turn on simulation of Zone Active Excursions. > If the flag, "active_excursions", is set to true, the driver will try > to finish one of the currently open zone if max active zones limit is > going to get exceeded.

[PATCH v2 12/18] hw/block/nvme: Simulate Zone Active excursions

2020-06-17 Thread Dmitry Fomichev
Added a Boolean flag to turn on simulation of Zone Active Excursions. If the flag, "active_excursions", is set to true, the driver will try to finish one of the currently open zone if max active zones limit is going to get exceeded. Signed-off-by: Dmitry Fomichev --- hw/block/nvme.c | 24 +++