<div dir="ltr"><div>Hi,</div>
<div>I'm trying to RDMA write from one server directly to a pci bar address in a remote server.</div>
<div>I'm using ConnectX HCA with OFED 1.4 on a DL160 platform.</div>
<div>Basically I'm using the following calls:</div>
<div><font size="2">ib_get_dma_mr() - get a general mr for physical bus memory space </font></div>
<div><font size="2">dma_map_single()  - map my ioremap()ed kernel virtual address of the io device to the HCA bus address space</font></div>
<div><font size="2">Then with mr->rkey and the bus address I'm trying to rdma write from a remote server.</font></div>
<div><font size="2">The RDMA operation returns with cq.status 10 (rem op err).</font></div>
<div><font size="2">Any ideas why it fails? should I take a different approach?</font></div>
<div><font size="2">Many thanks,</font></div>
<div><font size="2">Tzahi</font></div></div>