aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMartin KaFai Lau <[email protected]>2014-10-20 13:42:45 -0700
committerDavid S. Miller <[email protected]>2014-10-24 00:14:39 -0400
commit367efcb932c1cfc134d5b1fd9db8665ae5e6a251 (patch)
tree81a13422d8797e22e2009d5e445f3dc30237db02 /tools/perf/scripts/python
parent94c77bb41d871deb848e5011aacb5d7c24358ddd (diff)
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
This patch save the fn before doing rt6_backtrack. Hence, without redo-ing the fib6_lookup(), saved_fn can be used to redo rt6_select() with RT6_LOOKUP_F_REACHABLE off. Some minor changes I think make sense to review as a single patch: * Remove the 'out:' goto label. * Remove the 'reachable' variable. Only use the 'strict' variable instead. After this patch, "failing ip6_ins_rt()" should be the only case that requires a redo of fib6_lookup(). Cc: David Miller <[email protected]> Cc: Hannes Frederic Sowa <[email protected]> Signed-off-by: Martin KaFai Lau <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions