commit | 2d5e8071c47a03218f3f658ed13b8a9ff703b396 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Tue Feb 07 15:54:39 2023 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 08 09:48:53 2023 +0000 |
tree | 5688a44963939d70a1c5d8b26017c59b7f862bdb | |
parent | fed87cc6718ad5f80aa739fee3c5979a8b09d3a6 [diff] |
net/sched: taprio: split segmentation logic from qdisc_enqueue() The majority of the taprio_enqueue()'s function is spent doing TCP segmentation, which doesn't look right to me. Compilers shouldn't have a problem in inlining code no matter how we write it, so move the segmentation logic to a separate function. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de> Signed-off-by: David S. Miller <davem@davemloft.net>