[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1643902526.git.pabeni@redhat.com>
Date: Thu, 3 Feb 2022 16:48:20 +0100
From: Paolo Abeni <pabeni@...hat.com>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Alexander Lobakin <alexandr.lobakin@...el.com>,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/3] gro: some minor optimization
This series collects a few small optimization for the GRO engine.
I measure a 10% performance improvements in micro-benchmarks
around dev_gro_receive(), but deltas are within noise range in tput
tests.
Still with big TCP coming every cycle saved from the GRO engine will
count - I hope ;)
The only change from the RFC is in patch 2, as per Alexander feedback
Paolo Abeni (3):
net: gro: avoid re-computing truesize twice on recycle
net: gro: minor optimization for dev_gro_receive()
net: gro: register gso and gro offload on separate lists
include/linux/netdevice.h | 3 +-
include/net/gro.h | 52 +++++++++---------
net/core/gro.c | 109 +++++++++++++++++++++-----------------
3 files changed, 91 insertions(+), 73 deletions(-)
--
2.34.1
Powered by blists - more mailing lists