Re: [PATCH blktests v2 05/11] nvme: Add common helpers for passthru tests

2020-10-06 Thread Logan Gunthorpe
On 2020-10-06 6:02 p.m., Chaitanya Kulkarni wrote: > On 9/30/20 12:01, Logan Gunthorpe wrote: >> Add some simple helpers to setup a passthru target that passes through >> to a nvme test device. >> >> Signed-off-by: Logan Gunthorpe >> --- >> tests/nvme/rc | 76 ++

Re: [PATCH blktests v2 05/11] nvme: Add common helpers for passthru tests

2020-10-06 Thread Chaitanya Kulkarni
On 9/30/20 12:01, Logan Gunthorpe wrote: > Add some simple helpers to setup a passthru target that passes through > to a nvme test device. > > Signed-off-by: Logan Gunthorpe > --- > tests/nvme/rc | 76 +++ > 1 file changed, 76 insertions(+) > > diff

[PATCH blktests v2 05/11] nvme: Add common helpers for passthru tests

2020-09-30 Thread Logan Gunthorpe
Add some simple helpers to setup a passthru target that passes through to a nvme test device. Signed-off-by: Logan Gunthorpe --- tests/nvme/rc | 76 +++ 1 file changed, 76 insertions(+) diff --git a/tests/nvme/rc b/tests/nvme/rc index dfa57a299625