[PATCH 1/2] nvme-cli/fabrics: Add keep-alive-tmo param to connect cmd

Keith Busch keith.busch at intel.com
Thu Sep 22 09:46:20 PDT 2016


On Tue, Sep 20, 2016 at 02:55:53PM -0700, J Freyensee wrote:
> On Tue, 2016-09-20 at 08:01 -0700, Steve Wise wrote:
> > Added 'keep-alive-tmo' to 'connect' command so users can specify the
> > keep alive timeout period.
> > 
> > usage examples:
> > 
> > nvme connect --keep-alive-tmo=30 --transport=rdma --traddr=10.0.1.14
> > --nqn=test-nvme
> > nvme connect -k 30 -t rdma -a 10.0.1.14 -n test-nvme
> > 
> > Signed-off-by: Steve Wise <swise at opengridcomputing.com>
>> 
> Looks good to me,
> Reviewed-by: Jay Freyensee <james_p_freyensee at linux.intel.com>

Thanks, I've applied both patches in this series. I had to slightly
modify the patches to apply on the master branch due to some code
formatting changes.

Now that I look at it, I actually think the code format was nicer before
the cleanups, but that's okay. :)



More information about the Linux-nvme mailing list