Re: [PATCH 2/2] hw/rdma: Skip data-path mr_id translation

2020-03-16 Thread Marcel Apfelbaum
Hi Yuval, On 3/7/20 2:56 PM, Yuval Shaia wrote: With the change made in commit 68b89aee71 ("Utilize ibv_reg_mr_iova for memory registration") the MR emulation is no longer needed in order to translate the guest addresses into host addresses. With that, the next obvious step is to skip entirely t

[PATCH 2/2] hw/rdma: Skip data-path mr_id translation

2020-03-07 Thread Yuval Shaia
With the change made in commit 68b89aee71 ("Utilize ibv_reg_mr_iova for memory registration") the MR emulation is no longer needed in order to translate the guest addresses into host addresses. With that, the next obvious step is to skip entirely the processing in data-path. To accomplish this, ret