projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ab7b7
)
sched: remove unused backlog in RED stats
author
stephen hemminger
<shemminger@vyatta.com>
Wed, 12 Jan 2011 15:42:32 +0000
(15:42 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 13 Jan 2011 03:00:39 +0000
(19:00 -0800)
The RED statistics structure includes backlog field which is not
set or used by any code.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/red.h
patch
|
blob
|
history
diff --git
a/include/net/red.h
b/include/net/red.h
index 995108e54d9f0adde1344ff76daf821567ae9b83..3319f16b3beb899727c7a434e75fb1010d7ee139 100644
(file)
--- a/
include/net/red.h
+++ b/
include/net/red.h
@@
-97,7
+97,6
@@
struct red_stats {
u32 forced_mark; /* Forced marks, qavg > max_thresh */
u32 pdrop; /* Drops due to queue limits */
u32 other; /* Drops due to drop() calls */
- u32 backlog;
};
struct red_parms {