25 Apr, 2019

1 commit

  • struct nvme_rdma_cm_rej has two different attributes: recfmt and sts.
    And sts will have value what this comment wanted to show.

    Signed-off-by: Minwoo Im
    Reviewed-by: Sagi Grimberg
    Reviewed-by: Chaitanya Kulkarni
    Signed-off-by: Christoph Hellwig

    Minwoo Im
     

20 Feb, 2019

1 commit


23 Feb, 2017

1 commit


08 Jul, 2016

1 commit

  • NVMe over Fabrics RDMA transport defines a connection establishment
    protocol over the RDMA connection manager. This header will be used by
    both the host and target drivers to negotiate the connection
    establishment parameters.

    Signed-off-by: Jay Freyensee
    Signed-off-by: Ming Lin
    Signed-off-by: Sagi Grimberg
    Signed-off-by: Christoph Hellwig
    Reviewed-by: Steve Wise
    Tested-by: Steve Wise
    Signed-off-by: Jens Axboe

    Sagi Grimberg