[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b3fffc10-3671-4a00-b1e4-6f0f8cd861da@kernel.org>
Date: Mon, 29 Apr 2024 11:12:34 -0600
From: David Ahern <dsahern@...nel.org>
To: Eric Dumazet <edumazet@...gle.com>, "David S . Miller"
<davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: [PATCH net-next 0/5] net: three additions to net_hotdata
On 4/29/24 7:40 AM, Eric Dumazet wrote:
> This series moves three fast path sysctls to net_hotdata.
>
> To avoid <net/hotdata.h> inclusion from <net/sock.h>,
> create <net/proto_memory.h> to hold proto memory definitions.
>
> Eric Dumazet (5):
> net: move sysctl_max_skb_frags to net_hotdata
> net: move sysctl_skb_defer_max to net_hotdata
> tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
> net: add <net/proto_memory.h>
> net: move sysctl_mem_pcpu_rsv to net_hotdata
>
> include/linux/skbuff.h | 2 -
> include/net/hotdata.h | 3 ++
> include/net/proto_memory.h | 83 ++++++++++++++++++++++++++++++++++++++
> include/net/sock.h | 78 -----------------------------------
> include/net/tcp.h | 10 +----
> net/core/dev.c | 1 -
> net/core/dev.h | 1 -
> net/core/hotdata.c | 7 +++-
> net/core/skbuff.c | 7 +---
> net/core/sock.c | 2 +-
> net/core/sysctl_net_core.c | 7 ++--
> net/ipv4/proc.c | 1 +
> net/ipv4/tcp.c | 14 ++++++-
> net/ipv4/tcp_input.c | 1 +
> net/ipv4/tcp_output.c | 1 +
> net/mptcp/protocol.c | 3 +-
> net/sctp/sm_statefuns.c | 1 +
> 17 files changed, 117 insertions(+), 105 deletions(-)
> create mode 100644 include/net/proto_memory.h
>
For the set:
Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists