]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06a0a2ff543c1156c655fe203cfa0e424c87c5bc
tree7f17a01eb6164d66c713a0d18fde1ffa231707e4
parent2987fa04948fac98ed3ef1148b608f7ee90784c9
parent452513a785abfd66949296de8d91a6c2ce3bd6bc
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>