Merge branch 'net-small-csum-optimizations'
authorJakub Kicinski <kuba@kernel.org>
Fri, 26 Nov 2021 05:03:33 +0000 (21:03 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 26 Nov 2021 05:03:33 +0000 (21:03 -0800)
commit35bf8c86eeb8ae609f61c43aeab3b530fedcf1b4
tree7f17a01eb6164d66c713a0d18fde1ffa231707e4
parent703319094c9c2bf34f65d3496ccb350149fdd14b
parent29c3002644bdd653f6ec6407d25135d0a4f7cefb
Merge branch 'net-small-csum-optimizations'

Eric Dumazet says:

====================
net: small csum optimizations

After recent x86 csum_partial() optimizations, we can more easily
see in kernel profiles costs of add/adc operations that could
be avoided, by feeding a non zero third argument to csum_partial()
====================

Link: https://lore.kernel.org/r/20211124202446.2917972-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>