Re: [PATCH v3] nvme: allow 64-bit results in passthru commands

2019-09-25 Thread Christoph Hellwig
Looks fine: Reviewed-by: Christoph Hellwig

Re: [PATCH v3] nvme: allow 64-bit results in passthru commands

2019-09-24 Thread Keith Busch
On Tue, Sep 24, 2019 at 11:05:36AM -0700, Sagi Grimberg wrote: > Looks fine to me, > > Reviewed-by: Sagi Grimberg > > Keith, Christoph? Looks good to me, too. Reviewed-by: Keith Busch

Re: [PATCH v3] nvme: allow 64-bit results in passthru commands

2019-09-24 Thread Sagi Grimberg
Looks fine to me, Reviewed-by: Sagi Grimberg Keith, Christoph?

[PATCH v3] nvme: allow 64-bit results in passthru commands

2019-09-24 Thread Marta Rybczynska
It is not possible to get 64-bit results from the passthru commands, what prevents from getting for the Capabilities (CAP) property value. As a result, it is not possible to implement IOL's NVMe Conformance test 4.3 Case 1 for Fabrics targets [1] (page 123). This issue has been already discussed