From: Steve Wise Date: Wed, 24 Jan 2007 01:03:17 +0000 (-0600) Subject: RDMA/addr: Handle ethernet neighbour updates during route resolution X-Git-Tag: v2.6.21-rc1~92^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f12667021c542236b1f10eb5d8b2d8f3a79ab48;p=pandora-kernel.git RDMA/addr: Handle ethernet neighbour updates during route resolution The iWARP connection manager uses the ib_addr services to do route resolution (neighbour discovery in the IP world). The ib_addr netevent callback routine, however, currently only acts on InfiniBand neighbour updates. It needs to act on ethernet neighbour updates as well. This patch just removes filtering on device type altogether and will trigger on any neighour updates where the nud_type is valid. This simplifies the code some. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed