On Wed, 2013-04-03 at 00:13 +0300, Or Gerlitz wrote: > On Sat, Mar 23, 2013 at 1:55 AM, Nicholas A. Bellinger > <[email protected]> wrote: > > + device->dev_mr = ib_get_dma_mr(device->dev_pd, > + IB_ACCESS_LOCAL_WRITE | > + IB_ACCESS_REMOTE_WRITE | > + IB_ACCESS_REMOTE_READ); > > > remove IB_ACCESS_REMOTE_yyy access flags, you're not letting anyone > do remote rdma to this memory region
Droping IB_ACCESS_REMOTE_yyy access for RFC-v3. Thanks Or! -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
