From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: andrew@lunn.ch, hkallweit1@gmail.com,
alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
maxime.chevallier@bootlin.com, mcoquelin.stm32@gmail.com,
netdev@vger.kernel.org, pabeni@redhat.com
Subject: Re: [PATCH net-next v2 0/9] net: stmmac: cleanups and low priority fixes
Date: Tue, 13 Jan 2026 02:27:07 +0000 [thread overview]
Message-ID: <176827122776.1606835.6977840080640500582.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <aV_q2Kneinrk3Z-W@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 8 Jan 2026 17:35:20 +0000 you wrote:
> Hi,
>
> Further cleanups and a few low priority fixes:
>
> - Remove duplicated register definitions from header files
> - Fix harmless wrong definition used for PTP message type in
> descriptors
> - Fix norm_set_tx_desc_len_on_ring() off-by-one error (and make
> enh_set_tx_desc_len_on_ring() follow a similar pattern.)
> Document the buffer size limits. I believe we never call
> norm_set_tx_desc_len_on_ring() with 2KiB lengths.
> - use u32 rather than unsigned int for 32-bit quantities in
> descriptors
> - modernise: convert to use FIELD_PREP() rather than separate mask
> and shift definitions.
> - Reorganise register and register field definitions: registers
> defined in address offset order followed by their register field
> definitions.
> - Remove lots of unused register definitions.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/9] net: stmmac: dwmac4: remove duplicated definitions
https://git.kernel.org/netdev/net-next/c/1fd3b573713a
- [net-next,v2,2/9] net: stmmac: dwmac4: fix RX FIFO fill statistics
https://git.kernel.org/netdev/net-next/c/65b21a7d4de4
- [net-next,v2,3/9] net: stmmac: dwmac4: fix PTP message type field extraction
https://git.kernel.org/netdev/net-next/c/e91a7e45bf0b
- [net-next,v2,4/9] net: stmmac: descs: fix buffer 1 off-by-one error
https://git.kernel.org/netdev/net-next/c/ec3fde9eead0
- [net-next,v2,5/9] net: stmmac: descs: use u32 for descriptors
https://git.kernel.org/netdev/net-next/c/d3b8c9b39356
- [net-next,v2,6/9] net: stmmac: descs: remove many xxx_SHIFT definitions
https://git.kernel.org/netdev/net-next/c/670d10509f85
- [net-next,v2,7/9] net: stmmac: cores: remove many xxx_SHIFT definitions
https://git.kernel.org/netdev/net-next/c/8409495bf6c9
- [net-next,v2,8/9] net: stmmac: arrange register fields after register offsets
https://git.kernel.org/netdev/net-next/c/58bc0f0bfc1b
- [net-next,v2,9/9] net: stmmac: remove unused definitions
https://git.kernel.org/netdev/net-next/c/5a78fd3debad
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-01-13 2:30 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-08 17:35 [PATCH net-next v2 0/9] net: stmmac: cleanups and low priority fixes Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 1/9] net: stmmac: dwmac4: remove duplicated definitions Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 2/9] net: stmmac: dwmac4: fix RX FIFO fill statistics Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 3/9] net: stmmac: dwmac4: fix PTP message type field extraction Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 4/9] net: stmmac: descs: fix buffer 1 off-by-one error Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 5/9] net: stmmac: descs: use u32 for descriptors Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 6/9] net: stmmac: descs: remove many xxx_SHIFT definitions Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 7/9] net: stmmac: cores: " Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 8/9] net: stmmac: arrange register fields after register offsets Russell King (Oracle)
2026-01-08 17:36 ` [PATCH net-next v2 9/9] net: stmmac: remove unused definitions Russell King (Oracle)
2026-01-13 2:27 ` 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=176827122776.1606835.6977840080640500582.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=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hkallweit1@gmail.com \
--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=maxime.chevallier@bootlin.com \
--cc=mcoquelin.stm32@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox