diff options
author | Paolo Abeni <pabeni@redhat.com> | 2021-11-19 17:27:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-20 17:24:00 +0300 |
commit | bcd97734318d1d87bb237dbc0a60c81237b0ac50 (patch) | |
tree | ca2ece9d265062219bf920c4c441f2eb7017c998 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ee50e67ba0e17b1a1a8d76691d02eadf9e0f392c (diff) | |
download | linux-bcd97734318d1d87bb237dbc0a60c81237b0ac50.tar.xz |
mptcp: use delegate action to schedule 3rd ack retrans
Scheduling a delack in mptcp_established_options_mp() is
not a good idea: such function is called by tcp_send_ack() and
the pending delayed ack will be cleared shortly after by the
tcp_event_ack_sent() call in __tcp_transmit_skb().
Instead use the mptcp delegated action infrastructure to
schedule the delayed ack after the current bh processing completes.
Additionally moves the schedule_3rdack_retransmission() helper
into protocol.c to avoid making it visible in a different compilation
unit.
Fixes: ec3edaa7ca6ce02f ("mptcp: Add handling of outgoing MP_JOIN requests")
Reviewed-by: Mat Martineau <mathew.j.martineau>@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions