Re: [openib-general] [PATCH] alignment check in reg_phys_mr
Thanks, applied. - R. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
[openib-general] [PATCH] alignment check in reg_phys_mr
Apparently reg_phys_mr in mthca requires that the start address is page aligned. Seems like a bug to me. Roland? Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]> Index: drivers/infiniband/hw/mthca/mthca_provider.c === --- driver