commit | 8c6c37fdc20ec9ffaa342f827a8e20afe736fb0c | [log] [tgz] |
---|---|---|
author | Toke Høiland-Jørgensen <toke@redhat.com> | Wed Jan 09 17:09:44 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 15 20:12:01 2019 -0800 |
tree | 98e514e9a434fefc86518fe11b91f6d4429bcbdc | |
parent | 37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea [diff] |
sch_cake: Correctly update parent qlen when splitting GSO packets To ensure parent qdiscs have the same notion of the number of enqueued packets even after splitting a GSO packet, update the qdisc tree with the number of packets that was added due to the split. Reported-by: Pete Heist <pete@heistp.net> Tested-by: Pete Heist <pete@heistp.net> Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>