OSDN Git Service

mptcp: tune re-injections for csum enabled mode
authorPaolo Abeni <pabeni@redhat.com>
Thu, 17 Jun 2021 23:46:17 +0000 (16:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 18:40:11 +0000 (11:40 -0700)
commit4e14867d5e9185e38f730d65c89b728640d68dd1
treeb19a339ea64f87cbff1a6305017639f9c7d665c5
parentdd8bcd1768ff76bf2da1154897871adcc4ec078a
mptcp: tune re-injections for csum enabled mode

If the MPTCP-level checksum is enabled, on re-injections we
must spool a complete DSS, or the receive side will not be
able to compute the csum and process any data.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c