hw/rdma: Do not allocate memory for non-dma MR
commit4c408c9d5b3f648a2f100edf6287a7c7ce63f634
authorYuval Shaia <yuval.shaia@oracle.com>
Sun, 5 Aug 2018 15:35:12 +0000 (5 18:35 +0300)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Sat, 18 Aug 2018 15:00:15 +0000 (18 18:00 +0300)
treefc5048145ae40ca14a4644d708d30a48ae5c850e
parent7f99daadbddfee16f3ee77c413bd4a34366a3dad
hw/rdma: Do not allocate memory for non-dma MR

There is no use in the memory allocated for non-dma MR.
Delete the code that allocates it.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Message-Id: <20180805153518.2983-8-yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/rdma/rdma_rm.c