mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NET]: Remove obsolete fastroute stats.
Remove last vestiages of fastroute code that is no longer used. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
16822e6205
commit
c1ebcdb8c4
3 changed files with 2 additions and 14 deletions
|
@ -2056,14 +2056,8 @@ static int softnet_seq_show(struct seq_file *seq, void *v)
|
|||
|
||||
seq_printf(seq, "%08x %08x %08x %08x %08x %08x %08x %08x %08x\n",
|
||||
s->total, s->dropped, s->time_squeeze, s->throttled,
|
||||
s->fastroute_hit, s->fastroute_success, s->fastroute_defer,
|
||||
s->fastroute_deferred_out,
|
||||
#if 0
|
||||
s->fastroute_latency_reduction
|
||||
#else
|
||||
s->cpu_collision
|
||||
#endif
|
||||
);
|
||||
0, 0, 0, 0, /* was fastroute */
|
||||
s->cpu_collision );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue