]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-readd-hp'
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Aug 2017 18:20:09 +0000 (11:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Aug 2017 18:20:09 +0000 (11:20 -0700)
commitd3788f38e064efb6fda556498a19be9f822017a9
treea4635a632732b39ef560a8f72eb3a81d04f01605
parente6688043517a4c0ae45056a920ebe9f28de2c292
parent7d2b31068b2cb1d3763361371f661f1fb4764315
Merge branch 'tcp-readd-hp'

Florian Westphal says:

====================
tcp: re-add header prediction

Eric reported a performance regression caused by header prediction
removal.

We now call tcp_ack() much more frequently, for some workloads
this brings in enough cache line misses to become noticeable.

We could possibly still kill HP provided we find a different
way to suppress unneeded tcp_ack, but given we're late in
the cycle it seems preferable to revert.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>