diff options
author | David Ward <david.ward@ll.mit.edu> | 2015-05-09 22:01:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-11 13:26:26 -0400 |
commit | 145a42b3a964c6647464f05bd58aa33787de7f75 (patch) | |
tree | c93e40ebcbd51735960eb43eae359df280a0bb54 /security | |
parent | 665a6cd809f43eec2b51413816a4178a3390a870 (diff) | |
download | linux-145a42b3a964c6647464f05bd58aa33787de7f75.tar.bz2 |
net_sched: gred: use correct backlog value in WRED mode
In WRED mode, the backlog for a single virtual queue (VQ) should not be
used to determine queue behavior; instead the backlog is summed across
all VQs. This sum is currently used when calculating the average queue
lengths. It also needs to be used when determining if the queue's hard
limit has been reached, or when reporting each VQ's backlog via netlink.
q->backlog will only be used if the queue switches out of WRED mode.
Signed-off-by: David Ward <david.ward@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions