RE: [PATCH 3/5] nvme-rdma.h: Add includes for nvme rdma_cm negotiation
From: Steve Wise <hidden>
Date: 2016-07-08 13:49:54
Also in:
linux-nvme, linux-rdma
From: Steve Wise <hidden>
Date: 2016-07-08 13:49:54
Also in:
linux-nvme, linux-rdma
From: Sagi Grimberg <sagi@grimberg.me> 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 <redacted> Signed-off-by: Ming Lin <redacted> Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de> --- include/linux/nvme-rdma.h | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 include/linux/nvme-rdma.hdiff --git a/include/linux/nvme-rdma.h b/include/linux/nvme-rdma.h new file mode 100644 index 0000000..bf240a3 --- /dev/null +++ b/include/linux/nvme-rdma.h@@ -0,0 +1,71 @@ +/* + * Copyright (c) 2015 Mellanox Technologies. All rights reserved. + *
Copyright should be 2016? Otherwise looks good. Reviewed-by: Steve Wise <redacted>