[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211124202446.2917972-1-eric.dumazet@gmail.com>
Date: Wed, 24 Nov 2021 12:24:44 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>,
Eric Dumazet <eric.dumazet@...il.com>
Subject: [PATCH net-next 0/2] net: small csum optimizations
From: Eric Dumazet <edumazet@...gle.com>
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()
Eric Dumazet (2):
gro: optimize skb_gro_postpull_rcsum()
net: optimize skb_postpull_rcsum()
include/linux/skbuff.h | 6 +++++-
include/net/gro.h | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
--
2.34.0.rc2.393.gf8c9666880-goog
Powered by blists - more mailing lists