Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838b4dc6 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

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: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 35ab7b79
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,6 @@ struct red_stats {
	u32		forced_mark;	/* Forced marks, qavg > max_thresh */
	u32		forced_mark;	/* Forced marks, qavg > max_thresh */
	u32		pdrop;          /* Drops due to queue limits */
	u32		pdrop;          /* Drops due to queue limits */
	u32		other;          /* Drops due to drop() calls */
	u32		other;          /* Drops due to drop() calls */
	u32		backlog;
};
};


struct red_parms {
struct red_parms {