Re: [PATCH v2 06/20] nvme: add support for the abort command

2019-11-18 Thread Klaus Birkelund
On Fri, Nov 15, 2019 at 11:56:00AM +, Beata Michalska wrote: > Hi Klaus, > > On Wed, 13 Nov 2019 at 06:12, Klaus Birkelund wrote: > > > > On Tue, Nov 12, 2019 at 03:04:38PM +, Beata Michalska wrote: > > > Hi Klaus > > > > > > > Hi Beata, > > > > Thank you very much for your thorough revie

Re: [PATCH v2 06/20] nvme: add support for the abort command

2019-11-15 Thread Beata Michalska
Hi Klaus, On Wed, 13 Nov 2019 at 06:12, Klaus Birkelund wrote: > > On Tue, Nov 12, 2019 at 03:04:38PM +, Beata Michalska wrote: > > Hi Klaus > > > > Hi Beata, > > Thank you very much for your thorough reviews! I'll start going through > them one by one :) You might have seen that I've posted

Re: [PATCH v2 06/20] nvme: add support for the abort command

2019-11-12 Thread Klaus Birkelund
On Tue, Nov 12, 2019 at 03:04:38PM +, Beata Michalska wrote: > Hi Klaus > Hi Beata, Thank you very much for your thorough reviews! I'll start going through them one by one :) You might have seen that I've posted a v3, but I will make sure to consolidate between v2 and v3! > On Tue, 15 Oct 2

Re: [PATCH v2 06/20] nvme: add support for the abort command

2019-11-12 Thread Beata Michalska
Hi Klaus On Tue, 15 Oct 2019 at 11:41, Klaus Jensen wrote: > > Required for compliance with NVMe revision 1.2.1. See NVM Express 1.2.1, > Section 5.1 ("Abort command"). > > The Abort command is a best effort command; for now, the device always > fails to abort the given command. > > Signed-off-by

[PATCH v2 06/20] nvme: add support for the abort command

2019-10-15 Thread Klaus Jensen
Required for compliance with NVMe revision 1.2.1. See NVM Express 1.2.1, Section 5.1 ("Abort command"). The Abort command is a best effort command; for now, the device always fails to abort the given command. Signed-off-by: Klaus Jensen --- hw/block/nvme.c | 16 1 file changed,