--- kernel_patches/fixes/ipoib_0120_check_grat_arp_with_cm.patch.orig 2008-01-31 13:33:13.000000000 +0200 +++ kernel_patches/fixes/ipoib_0120_check_grat_arp_with_cm.patch 2008-01-31 13:33:35.000000000 +0200 @@ -1,3 +1,18 @@ +commit e1df2907fe4ef6809ad8c849882f6dc7cb6ed7a3 +Author: Moni Shoua <[EMAIL PROTECTED]> +Date: Tue Jan 29 12:44:32 2008 +0200 + + IB/IPoIB Check if grat. ARP changed had arrived when working in connected mode + + move a little up the code that checks for a situation where the remote GID stored in the ipoib_neigh is + different than the one present in the neighbour (handle Gratuitous ARP) or that a bonding fail over has + happened but the neighbour still has a pointer to an ipoib_neigh created not by the current slave. This + will cause the driver to apply the check also for connected mode neighbours. + This patch was tested against upstream kernel and ofed_kernel. + + Signed-off-by: Or Gerlitz <[EMAIL PROTECTED]> + Signed-off-by: Moni Shoua <[EMAIL PROTECTED]> + Index: ofa_kernel-1.3/drivers/infiniband/ulp/ipoib/ipoib_main.c =================================================================== --- ofa_kernel-1.3.orig/drivers/infiniband/ulp/ipoib/ipoib_main.c 2008-01-29 08:55:33.000000000 -0500
Signed-off-by: Or Gerlitz <[EMAIL PROTECTED]> _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
