Whamcloud - gitweb
LU-9500 lnd: Don't Page Align remote_addr with FastReg 49/27149/6
authorDoug Oucharek <doug.s.oucharek@intel.com>
Tue, 16 May 2017 23:00:53 +0000 (16:00 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 22 Jul 2017 02:55:01 +0000 (02:55 +0000)
commit6c6341804133ea0a4d4535c621f28f61fe6c29ab
tree5a36ad7813f942f25a99bd4a3a2b9669f71b2510
parentc084c6215851d238d14b0d414374b6b55c91f525
LU-9500 lnd: Don't Page Align remote_addr with FastReg

Trying to page align the remote_addr for IB_RDMA_WRITE work
requests is triggering "dump_cqe" errors from MOFED 4.x + mlx5.

This patch removes the address masking we were doing with FastReg
which was trying to page align remote_addr values. I am also
removing the setting of "mr->iova" with FastReg as this is being
done in the call to ib_map_mr_sg() and could cause problems.

Signed-off-by: Doug Oucharek <doug.s.oucharek@intel.com>
Change-Id: If35baa467d8d60866f709b5feea7f619063c6da4
Reviewed-on: https://review.whamcloud.com/27149
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Gu Zheng <gzheng@ddn.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Amir Shehata <amir.shehata@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/klnds/o2iblnd/o2iblnd.c
lnet/klnds/o2iblnd/o2iblnd.h
lnet/klnds/o2iblnd/o2iblnd_cb.c