Re: [RFC PATCH 08/11] IB/Verbs: Use management helper has_iwarp() for, iwarp-check
From: Jason Gunthorpe <hidden>
Date: 2015-03-27 16:13:30
Also in:
linux-nfs, linux-rdma, lkml
From: Jason Gunthorpe <hidden>
Date: 2015-03-27 16:13:30
Also in:
linux-nfs, linux-rdma, lkml
On Fri, Mar 27, 2015 at 04:47:36PM +0100, Michael Wang wrote:
Introduce helper has_iwarp() to help us check if an IB device support IWARP protocol.
Should probably be !has_rdma_read_sges() True if the device can handle more than one SGE entry on a RDMA READ work request. Jason