All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Breno Leitao <leitao@debian.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch,
	netdev@vger.kernel.org, asantostc@gmail.com, gustavold@gmail.com,
	linux-kernel@vger.kernel.org, kernel-team@meta.com
Subject: Re: [PATCH net-next v3 0/9] netconsole: stop charging netpoll users for netconsole-only data
Date: Fri, 17 Jul 2026 10:20:22 +0000	[thread overview]
Message-ID: <178428362288.1651046.1516613633145991930.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260710-netconsole_move_more-v3-0-6f63f76b28bc@debian.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri, 10 Jul 2026 04:38:52 -0700 you wrote:
> This work continue to untangle netconsole and netpoll, improving
> memory usage for netpoll users that are not netconsole.
> 
> struct netpoll is shared by every netpoll consumer in the tree:
> bonding, bridge, team, vlan, macvlan, dsa and netconsole. The non-
> netconsole users only need a per-port handle that lets them transmit
> SKBs.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/9] netconsole: clean up released targets dropped before the cleanup worker
    https://git.kernel.org/netdev/net-next/c/a620ff84d42c
  - [net-next,v3,2/9] netpoll: export refill_skbs(), refill_skbs_work_handler(), skb_pool_flush()
    https://git.kernel.org/netdev/net-next/c/ede59d06c28f
  - [net-next,v3,3/9] netconsole: take over skb pool lifecycle from netpoll
    https://git.kernel.org/netdev/net-next/c/1fee9a9c5904
  - [net-next,v3,4/9] netconsole: move refill_skbs_work_handler() from netpoll
    https://git.kernel.org/netdev/net-next/c/28511289088c
  - [net-next,v3,5/9] netconsole: move refill_skbs() and skb-pool sizing macros from netpoll
    https://git.kernel.org/netdev/net-next/c/2fbebfbe2953
  - [net-next,v3,6/9] netconsole: move skb_pool_flush() from netpoll
    https://git.kernel.org/netdev/net-next/c/67fb2038e1f6
  - [net-next,v3,7/9] netconsole: move skb_pool / refill_wq from struct netpoll to netconsole_target
    https://git.kernel.org/netdev/net-next/c/ba520084dc3b
  - [net-next,v3,8/9] netconsole: move local_port / remote_port from struct netpoll to netconsole_target
    https://git.kernel.org/netdev/net-next/c/3b247a595663
  - [net-next,v3,9/9] netconsole: move remote_mac from struct netpoll to netconsole_target
    https://git.kernel.org/netdev/net-next/c/49e03ca58334

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2026-07-17 10:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-10 11:38 [PATCH net-next v3 0/9] netconsole: stop charging netpoll users for netconsole-only data Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 1/9] netconsole: clean up released targets dropped before the cleanup worker Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 2/9] netpoll: export refill_skbs(), refill_skbs_work_handler(), skb_pool_flush() Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 3/9] netconsole: take over skb pool lifecycle from netpoll Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 4/9] netconsole: move refill_skbs_work_handler() " Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 5/9] netconsole: move refill_skbs() and skb-pool sizing macros " Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 6/9] netconsole: move skb_pool_flush() " Breno Leitao
2026-07-10 11:38 ` [PATCH net-next v3 7/9] netconsole: move skb_pool / refill_wq from struct netpoll to netconsole_target Breno Leitao
2026-07-10 11:39 ` [PATCH net-next v3 8/9] netconsole: move local_port / remote_port " Breno Leitao
2026-07-10 11:39 ` [PATCH net-next v3 9/9] netconsole: move remote_mac " Breno Leitao
2026-07-16 13:21 ` [PATCH net-next v3 0/9] netconsole: stop charging netpoll users for netconsole-only data Simon Horman
2026-07-17 10:20 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178428362288.1651046.1516613633145991930.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=asantostc@gmail.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gustavold@gmail.com \
    --cc=horms@kernel.org \
    --cc=kernel-team@meta.com \
    --cc=kuba@kernel.org \
    --cc=leitao@debian.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.