diff options
author | Daniel Axtens | 2018-03-01 17:13:38 +1100 |
---|---|---|
committer | David S. Miller | 2018-03-04 17:49:17 -0500 |
commit | ee78bbef8d63202ca0f2485aecf30b8c2b0088cc (patch) | |
tree | fb4656122536f2df9964865d441751c31a0005da /lib/libcrc32c.c | |
parent | 779b7931b27bfa80bac46d0115d229259aef580b (diff) |
net: sched: tbf: handle GSO_BY_FRAGS case in enqueue
tbf_enqueue() checks the size of a packet before enqueuing it.
However, the GSO size check does not consider the GSO_BY_FRAGS
case, and so will drop GSO SCTP packets, causing a massive drop
in throughput.
Use skb_gso_validate_mac_len() instead, as it does consider that
case.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/libcrc32c.c')
0 files changed, 0 insertions, 0 deletions