diff options
author | Paolo Abeni <[email protected]> | 2024-02-23 17:14:14 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-02-26 18:41:55 -0800 |
commit | b9cd26f640a308ea314ad23532de9a8592cd09d2 (patch) | |
tree | 7f07cae0beecb09692ba21e77ffbe5000e22591d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5b49c41ac8f27aa3a63a1712b1f54f91015c18f2 (diff) |
mptcp: push at DSS boundaries
when inserting not contiguous data in the subflow write queue,
the protocol creates a new skb and prevent the TCP stack from
merging it later with already queued skbs by setting the EOR marker.
Still no push flag is explicitly set at the end of previous GSO
packet, making the aggregation on the receiver side sub-optimal -
and packetdrill self-tests less predictable.
Explicitly mark the end of not contiguous DSS with the push flag.
Fixes: 6d0060f600ad ("mptcp: Write MPTCP DSS headers to outgoing data packets")
Cc: [email protected]
Signed-off-by: Paolo Abeni <[email protected]>
Reviewed-by: Mat Martineau <[email protected]>
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Link: https://lore.kernel.org/r/20240223-upstream-net-20240223-misc-fixes-v1-4-162e87e48497@kernel.org
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions