From: Faisal Latif Date: Wed, 9 Dec 2009 23:54:33 +0000 (-0800) Subject: RDMA/nes: Fix stale ARP issue X-Git-Tag: v2.6.33-rc1~60^2^10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a576dfd9ed4fd0f32bb838ce4f644af201ac7df;p=pandora-kernel.git RDMA/nes: Fix stale ARP issue When the remote node's ethernet address changes, the connection keeps trying to connect using the old address. The connection wil continue failing until the driver is unloaded and loaded again (eiter reboot or rmmod). Fix this by checking that the NIC has the correct address before starting a connection. Signed-off-by: Faisal Latif Signed-off-by: Roland Dreier --- Reading git-diff-tree failed