[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1582897428.git.pabeni@redhat.com>
Date: Fri, 28 Feb 2020 14:45:20 +0100
From: Paolo Abeni <pabeni@...hat.com>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Willem de Bruijn <willemdebruijn.kernel@...il.com>,
Kirill Tkhai <ktkhai@...tuozzo.com>
Subject: [PATCH net-next v2 0/2] net: cleanup datagram receive helpers
Several receive helpers have an optional destructor argument, which uglify
the code a bit and is taxed by retpoline overhead.
This series refactor the code so that we can drop such optional argument,
cleaning the helpers a bit and avoiding an indirect call in fast path.
The first patch refactor a bit the caller, so that the second patch
actually dropping the argument is more straight-forward
v1 -> v2:
- call scm_stat_del() only when not peeking - Kirill
- fix build issue with CONFIG_INET_ESPINTCP
Paolo Abeni (2):
unix: uses an atomic type for scm files accounting
net: datagram: drop 'destructor' argument from several helpers
include/linux/skbuff.h | 12 ++----------
include/net/af_unix.h | 2 +-
net/core/datagram.c | 25 +++++++------------------
net/ipv4/udp.c | 14 ++++++++------
net/unix/af_unix.c | 28 +++++++++++-----------------
net/xfrm/espintcp.c | 2 +-
6 files changed, 30 insertions(+), 53 deletions(-)
--
2.21.1
Powered by blists - more mailing lists