commit | 45f119bf936b1f9f546a0b139c5b56f9bb2bdc78 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Sun Jul 30 03:57:21 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 31 14:37:49 2017 -0700 |
tree | 860b9827faa6b5d3ba64ba30149737b388c55e66 | |
parent | b6690b14386698ce2c19309abad3f17656bdfaea [diff] |
tcp: remove header prediction Like prequeue, I am not sure this is overly useful nowadays. If we receive a train of packets, GRO will aggregate them if the headers are the same (HP predates GRO by several years) so we don't get a per-packet benefit, only a per-aggregated-packet one. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>