Home
last modified time | relevance | path

Searched hist:"71158 bb1f2d2da61385c58fc1114e1a1c19984ba" (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dtcp.hdiff 71158bb1f2d2da61385c58fc1114e1a1c19984ba Wed Jun 30 13:42:13 CEST 2021 Paolo Abeni <pabeni@redhat.com> tcp: consistently disable header prediction for mptcp

The MPTCP receive path is hooked only into the TCP slow-path.
The DSS presence allows plain MPTCP traffic to hit that
consistently.

Since commit e1ff9e82e2ea ("net: mptcp: improve fallback to TCP"),
when an MPTCP socket falls back to TCP, it can hit the TCP receive
fast-path, and delay or stop triggering the event notification.

Address the issue explicitly disabling the header prediction
for MPTCP sockets.

Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/200
Fixes: e1ff9e82e2ea ("net: mptcp: improve fallback to TCP")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>