> ipoib_all_neigh_issues_2.patch Crazy idea: can we just get away with never clearing ops->destructor? ipoib_neigh_destructor() checks if the neighbour structure has an IPoIB structure attached and does nothing if it doesn't. So does it hurt to leave ops->destructor set to ipoib_neigh_destructor() forever? - R.