From: Michael S. Tsirkin Date: Wed, 19 Jul 2006 14:44:37 +0000 (+0300) Subject: IB/ipoib: Fix packet loss after hardware address update X-Git-Tag: v2.6.18-rc3~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7f752125a930a83f4d8dfe37fa5a081ab19d31;p=pandora-kernel.git IB/ipoib: Fix packet loss after hardware address update The neighbour ha field may get updated without destroying the neighbour. In this case, the ha field gets out of sync with the address handle stored in ipoib_neigh->ah, with the result that the ah field would point to an incorrect path, resulting in all packets being lost. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed