Hello all,<br>
<br>
In the krping test utility get_dma_mr is called with access premissions
IB_ACCESS_LOCAL_WRITE|IB_ACCESS_REMOTE_WRITE|IB_ACCESS_REMOTE_READ, But
the lkey we get from get_dma_mr is similar to reserved lkey with which
only Local operations are allowed, but here it seems violating that
statement.