From: Steve Wise Date: Wed, 12 Sep 2007 10:00:25 +0000 (-0500) Subject: RDMA/cma: Use neigh_event_send() to start neighbour discovery X-Git-Tag: v2.6.24-rc1~1453^2~50 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935ef2d7a2910ca810fce57511f4d06a0cf00b5e;p=pandora-kernel.git RDMA/cma: Use neigh_event_send() to start neighbour discovery Calling arp_send() to initiate neighbour discovery (ND) doesn't do the full ND protocol. Namely, it doesn't handle retransmitting the arp request if it is dropped. The function neigh_event_send() does all this. Without doing full ND, RDMA address resolution fails in the presence of dropped ARP broadcast packets. Signed-off-by: Steve Wise Acked-by: Sean Hefty Signed-off-by: Roland Dreier --- Reading git-diff-tree failed