commit | 111856c758d9a06145da446e0db8f71988eebf02 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Fri Dec 22 19:00:18 2017 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 27 16:44:13 2017 -0500 |
tree | fed027fc1231358285e01c657323ea9947b1a44f | |
parent | bf5c25d608613eaf4dcdba5a9cac5b2afe67d635 [diff] |
tcp: push full zerocopy packets Skbs that reach MAX_SKB_FRAGS cannot be extended further. Do the same for zerocopy frags as non-zerocopy frags and set the PSH bit. This improves GRO assembly. Suggested-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>