> resend, first try did not arrived Hi, I want to do RDMA-write on mmap'ed memory. but it fails to register the memory region. is there something special, to use ibv_reg_mr() on memory which I got from mmap()? it works fine with plain allocated memory (with memalign()). memory is page-aligned in both cases. Regards, Joerg