From: David S. Miller Date: Thu, 26 Jul 2012 11:14:38 +0000 (+0000) Subject: ipv4: Fix input route performance regression. X-Git-Tag: v3.6-rc1~78^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cffba4ffa26a8ffacd0bb9f3144e34f20da7de;p=pandora-kernel.git ipv4: Fix input route performance regression. With the routing cache removal we lost the "noref" code paths on input, and this can kill some routing workloads. Reinstate the noref path when we hit a cached route in the FIB nexthops. With help from Eric Dumazet. Reported-by: Alexander Duyck Signed-off-by: David S. Miller Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed