Daniel Axtens
ee78bbef8d
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>
2018-03-04 17:49:17 -05:00
..
2017-11-02 11:10:55 +01:00
2018-02-15 14:29:27 -08:00
2017-11-21 15:57:07 -08:00
2018-01-16 15:01:33 -05:00
2018-01-16 15:01:33 -05:00
2018-02-11 14:34:03 -08:00
2018-01-16 15:01:33 -05:00
2018-02-25 20:19:34 +01:00
2018-02-11 14:34:03 -08:00
2018-02-01 07:43:56 -08:00
2018-03-02 20:32:15 -05:00
2018-02-11 14:34:03 -08:00
2018-01-26 10:46:44 +01:00
2018-01-29 18:36:12 +01:00
2018-03-04 17:49:17 -05:00
2017-08-09 16:57:38 -07:00
2018-02-11 14:34:03 -08:00
2018-02-16 15:46:15 -05:00
2018-02-06 14:43:37 +00:00
2018-01-23 19:22:38 -05:00
2017-06-16 11:48:40 -04:00
2017-10-25 13:00:27 +09:00
2017-11-04 09:26:51 +09:00
2017-11-01 12:19:03 +09:00
2018-03-04 17:49:17 -05:00
2018-03-04 17:49:17 -05:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2018-01-10 09:45:11 +01:00
2018-02-26 12:20:37 -05:00
2017-11-21 16:35:54 -08:00
2018-01-16 15:01:33 -05:00
2018-02-23 12:13:17 +01:00
2017-11-04 09:26:51 +09:00
2018-03-04 17:49:17 -05:00
2017-12-18 14:50:11 -05:00
2018-02-28 19:48:26 +01:00
2017-11-18 10:32:41 +09:00
2018-02-22 14:01:38 -05:00
2018-01-16 15:01:33 -05:00
2018-02-16 15:16:05 -05:00
2017-11-08 16:12:33 +09:00
2018-02-01 09:46:22 -05:00
2018-02-11 14:34:03 -08:00
2018-02-11 14:34:03 -08:00
2017-11-01 12:19:03 +09:00
2018-02-26 15:07:04 -05:00
2018-03-02 09:40:27 -05:00
2018-02-11 14:34:03 -08:00
2018-01-16 15:01:33 -05:00
2018-02-22 15:37:47 -05:00
2018-03-04 17:49:17 -05:00
2018-02-16 16:32:37 -05:00
2018-02-28 12:30:25 -05:00
2017-12-28 14:28:22 -05:00
2018-02-11 14:34:03 -08:00
2017-11-10 13:41:40 +09:00
2018-02-27 11:46:03 -05:00
2018-02-27 14:41:48 -05:00
2018-02-13 12:21:45 -05:00
2018-02-11 14:34:03 -08:00
2017-11-02 11:10:55 +01:00
2018-02-27 10:54:12 +01:00
2017-11-21 16:35:54 -08:00
2018-03-04 17:49:17 -05:00
2017-09-20 15:36:18 -07:00
2018-02-01 09:51:57 -08:00
2017-11-28 13:55:00 +01:00
2018-01-31 14:31:10 -08:00
2017-04-16 23:42:49 -05:00