diff options
author | 2014-02-17 15:23:43 +0800 | |
---|---|---|
committer | 2014-02-17 16:54:42 -0500 | |
commit | a6254864c08109c66a194612585afc0439005286 (patch) | |
tree | 7275c74a6dc1f60068abbf766a04f9b6ecb52af4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | irtty-sir.c: Do not set_termios() on irtty_close() (diff) | |
download | linux-dev-a6254864c08109c66a194612585afc0439005286.tar.xz linux-dev-a6254864c08109c66a194612585afc0439005286.zip |
ipv4: fix counter in_slow_tot
since commit 89aef8921bf("ipv4: Delete routing cache."), the counter
in_slow_tot can't work correctly.
The counter in_slow_tot increase by one when fib_lookup() return successfully
in ip_route_input_slow(), but actually the dst struct maybe not be created and
cached, so we can increase in_slow_tot after the dst struct is created.
Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions