mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
sched: remove unused backlog in RED stats
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>
This commit is contained in:
parent
35ab7b798a
commit
838b4dc6d8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user