From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Tue, 25 Oct 2016 19:00:32 +0200 Subject: [PATCH v3 1/6] rdma_cm: add rdma_reject_msg() helper function In-Reply-To: References: Message-ID: <20161025170032.GA9732@lst.de> On Mon, Oct 24, 2016@11:59:03AM -0700, Steve Wise wrote: > rdma_reject_msg() returns a pointer to a string message associated with > the transport reject reason codes. > > Signed-off-by: Steve Wise Looks good, Reviewed-by: Christoph Hellwig (and /me notes the difference in error numbers between iWarp and the IB universe.. Stunning)