aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2018-12-10 06:10:02 -0800
committerDavid S. Miller <davem@davemloft.net>2018-12-10 12:09:15 -0800
commitd8ed257f313f64e9835e61d1365dea95a0a1c9c6 (patch)
treec708a76e9db18d073e67b05d8d9882d029111de7 /Documentation
parentMerge branch 'dsa-ksz-Add-reset-GPIO-handling' (diff)
downloadlinux-dev-d8ed257f313f64e9835e61d1365dea95a0a1c9c6.tar.xz
linux-dev-d8ed257f313f64e9835e61d1365dea95a0a1c9c6.zip
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
In commit f9bfe4e6a9d0 ("tcp: lack of available data can also cause TSO defer") we moved the test in tcp_tso_should_defer() for packets with a FIN flag, and we mentioned that the same would be done later for EOR flag. Both flags should be handled at the same time, after all other heuristics have been considered. They both mean that no more bytes can be added to this skb by an application. Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Soheil Hassas Yeganeh <soheil@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions