On Thu, Dec 10, 2015 at 04:24:44PM +0200, Sagi Grimberg wrote:


  /**
@@ -83,7 +357,31 @@ struct ib_mr *rvt_reg_phys_mr(struct ib_pd *pd,
                              int num_phys_buf, int acc, u64 *iova_start)
  {

Why do we even bother with reg_phys_mr? Let's drop it entirely.

Why? Because, it exists in qib and hfi1.

However, it seems no one is actually using this in the kernel these days and the core support was removed in commit 1241d7bf. Yet the function pointer still exists in struct ib_device. Are there plans to remove this?

For this patch series I'll go ahead and remove rvt_reg_phys_mr.

-Denny
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to