Re: [PATCH 08/25] block/nvme: Simplify device reset

2020-10-28 Thread Keith Busch
On Wed, Oct 28, 2020 at 03:02:09PM +, Stefan Hajnoczi wrote: > On Tue, Oct 27, 2020 at 09:55:34AM -0700, Keith Busch wrote: > > On Tue, Oct 27, 2020 at 04:53:31PM +0100, Philippe Mathieu-Daudé wrote: > > > On 10/27/20 3:58 PM, Keith Busch wrote: > > > > On Tue, Oct 27, 2020 at 02:55:30PM +0100,

Re: [PATCH 08/25] block/nvme: Simplify device reset

2020-10-28 Thread Stefan Hajnoczi
On Tue, Oct 27, 2020 at 09:55:34AM -0700, Keith Busch wrote: > On Tue, Oct 27, 2020 at 04:53:31PM +0100, Philippe Mathieu-Daudé wrote: > > On 10/27/20 3:58 PM, Keith Busch wrote: > > > On Tue, Oct 27, 2020 at 02:55:30PM +0100, Philippe Mathieu-Daudé wrote: > > >> Avoid multiple endianess conversion

Re: [PATCH 08/25] block/nvme: Simplify device reset

2020-10-27 Thread Keith Busch
On Tue, Oct 27, 2020 at 04:53:31PM +0100, Philippe Mathieu-Daudé wrote: > On 10/27/20 3:58 PM, Keith Busch wrote: > > On Tue, Oct 27, 2020 at 02:55:30PM +0100, Philippe Mathieu-Daudé wrote: > >> Avoid multiple endianess conversion by using device endianess. > >> > >> Signed-off-by: Philippe Mathieu

Re: [PATCH 08/25] block/nvme: Simplify device reset

2020-10-27 Thread Philippe Mathieu-Daudé
On 10/27/20 3:58 PM, Keith Busch wrote: > On Tue, Oct 27, 2020 at 02:55:30PM +0100, Philippe Mathieu-Daudé wrote: >> Avoid multiple endianess conversion by using device endianess. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> block/nvme.c | 2 +- >> 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH 08/25] block/nvme: Simplify device reset

2020-10-27 Thread Keith Busch
On Tue, Oct 27, 2020 at 02:55:30PM +0100, Philippe Mathieu-Daudé wrote: > Avoid multiple endianess conversion by using device endianess. > > Signed-off-by: Philippe Mathieu-Daudé > --- > block/nvme.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block/nvme.c b/block/n

Re: [PATCH 08/25] block/nvme: Simplify device reset

2020-10-27 Thread Keith Busch
On Tue, Oct 27, 2020 at 02:55:30PM +0100, Philippe Mathieu-Daudé wrote: > Avoid multiple endianess conversion by using device endianess. > > Signed-off-by: Philippe Mathieu-Daudé > --- > block/nvme.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block/nvme.c b/block/n

[PATCH 08/25] block/nvme: Simplify device reset

2020-10-27 Thread Philippe Mathieu-Daudé
Avoid multiple endianess conversion by using device endianess. Signed-off-by: Philippe Mathieu-Daudé --- block/nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/nvme.c b/block/nvme.c index e95d59d3126..be14350f959 100644 --- a/block/nvme.c +++ b/block/nvme.c @@ -75