From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: andrew@lunn.ch, alexandre.torgue@foss.st.com, ast@kernel.org,
andrew+netdev@lunn.ch, bpf@vger.kernel.org, daniel@iogearbox.net,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
hawk@kernel.org, linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org,
pabeni@redhat.com, sdf@fomichev.me
Subject: Re: [PATCH net-next v4 00/15] net: stmmac: clean up descriptor handling part 1
Date: Wed, 18 Mar 2026 03:40:34 +0000 [thread overview]
Message-ID: <177380523454.113469.14485009686148036566.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <abUtGH9KB03PH5Ne@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 14 Mar 2026 09:40:40 +0000 you wrote:
> Hi,
>
> Part 1 of cleaning up the stmmac descriptor handling. Rearrange the
> struct stmmac_tx_info to pack better, and introduce helpers for
> duplicated code handing the transmit and receive descriptors. Remove
> unnecessary struct members that are only transitorily used.
>
> [...]
Here is the summary with links:
- [net-next,v4,01/15] net: stmmac: rearrange stmmac_tx_info members to pack better
https://git.kernel.org/netdev/net-next/c/12b4b16c0c7e
- [net-next,v4,02/15] net: stmmac: helpers for filling tx_q->tx_skbuff_dma
https://git.kernel.org/netdev/net-next/c/a4b1590ee0f0
- [net-next,v4,03/15] net: stmmac: clean up stmmac_clear_rx_descriptors()
https://git.kernel.org/netdev/net-next/c/ee19df4d3bb7
- [net-next,v4,04/15] net: stmmac: add helper to get hardware receive descriptor
https://git.kernel.org/netdev/net-next/c/ee1b6a94ba12
- [net-next,v4,05/15] net: stmmac: add helper to get size of a receive descriptor
https://git.kernel.org/netdev/net-next/c/4f6280c450ba
- [net-next,v4,06/15] net: stmmac: add helper to set receive tail pointer
https://git.kernel.org/netdev/net-next/c/e9d0cafa9d60
- [net-next,v4,07/15] net: stmmac: remove rx_tail_addr
https://git.kernel.org/netdev/net-next/c/bea37bda7f75
- [net-next,v4,08/15] net: stmmac: use consistent tests for receive buffer size
https://git.kernel.org/netdev/net-next/c/0b3d09031437
- [net-next,v4,09/15] net: stmmac: add helper to set receive buffer size
https://git.kernel.org/netdev/net-next/c/a32734d25d87
- [net-next,v4,10/15] net: stmmac: simplify stmmac_set_queue_rx_buf_size()
https://git.kernel.org/netdev/net-next/c/337191f37748
- [net-next,v4,11/15] net: stmmac: add helper to get hardware transmit descriptor
https://git.kernel.org/netdev/net-next/c/c493261de1c4
- [net-next,v4,12/15] net: stmmac: add helper to get size of a transmit descriptor
https://git.kernel.org/netdev/net-next/c/2c3525ad09e9
- [net-next,v4,13/15] net: stmmac: add helper to set transmit tail pointer
https://git.kernel.org/netdev/net-next/c/b2fd52d90b8a
- [net-next,v4,14/15] net: stmmac: remove tx_tail_addr
https://git.kernel.org/netdev/net-next/c/0da7809235d9
- [net-next,v4,15/15] net: stmmac: use queue rather than ->queue_index
https://git.kernel.org/netdev/net-next/c/8cde3c87039b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-03-18 3:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-14 9:40 [PATCH net-next v4 00/15] net: stmmac: clean up descriptor handling part 1 Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 01/15] net: stmmac: rearrange stmmac_tx_info members to pack better Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 02/15] net: stmmac: helpers for filling tx_q->tx_skbuff_dma Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 03/15] net: stmmac: clean up stmmac_clear_rx_descriptors() Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 04/15] net: stmmac: add helper to get hardware receive descriptor Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 05/15] net: stmmac: add helper to get size of a " Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 06/15] net: stmmac: add helper to set receive tail pointer Russell King (Oracle)
2026-03-14 9:42 ` [PATCH net-next v4 07/15] net: stmmac: remove rx_tail_addr Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 08/15] net: stmmac: use consistent tests for receive buffer size Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 09/15] net: stmmac: add helper to set " Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 10/15] net: stmmac: simplify stmmac_set_queue_rx_buf_size() Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 11/15] net: stmmac: add helper to get hardware transmit descriptor Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 12/15] net: stmmac: add helper to get size of a " Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 13/15] net: stmmac: add helper to set transmit tail pointer Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 14/15] net: stmmac: remove tx_tail_addr Russell King (Oracle)
2026-03-14 9:43 ` [PATCH net-next v4 15/15] net: stmmac: use queue rather than ->queue_index Russell King (Oracle)
2026-03-18 3:40 ` 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=177380523454.113469.14485009686148036566.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sdf@fomichev.me \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox