From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Steve Wise" To: "'Christoph Hellwig'" , , Cc: , , , "'Sagi Grimberg'" , "'Jay Freyensee'" , "'Ming Lin'" References: <1467809752-31320-1-git-send-email-hch@lst.de> <1467809752-31320-4-git-send-email-hch@lst.de> In-Reply-To: <1467809752-31320-4-git-send-email-hch@lst.de> Subject: RE: [PATCH 3/5] nvme-rdma.h: Add includes for nvme rdma_cm negotiation Date: Fri, 8 Jul 2016 08:49:54 -0500 Message-ID: <003801d1d91f$9b664740$d232d5c0$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: > From: Sagi Grimberg > > 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 > --- > include/linux/nvme-rdma.h | 71 > +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 71 insertions(+) > create mode 100644 include/linux/nvme-rdma.h > > diff --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