From: patchwork-bot+netdevbpf@kernel.org
To: Wei Fang <wei.fang@nxp.com>
Cc: claudiu.manoil@nxp.com, vladimir.oltean@nxp.com,
xiaoning.wang@nxp.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, ioana.ciornei@nxp.com, yangbo.lu@nxp.com,
michal.swiatkowski@linux.intel.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, imx@lists.linux.dev,
stable@vger.kernel.org
Subject: Re: [PATCH v3 net 0/8] net: enetc: fix some known issues
Date: Wed, 26 Feb 2025 03:20:35 +0000 [thread overview]
Message-ID: <174054003545.219541.12629809116438666703.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250224111251.1061098-1-wei.fang@nxp.com>
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 24 Feb 2025 19:12:43 +0800 you wrote:
> There are some issues with the enetc driver, some of which are specific
> to the LS1028A platform, and some of which were introduced recently when
> i.MX95 ENETC support was added, so this patch set aims to clean up those
> issues.
>
> ---
> v1 link: https://lore.kernel.org/imx/20250217093906.506214-1-wei.fang@nxp.com/
> v2 changes:
> 1. Remove the unneeded semicolon from patch 1
> 2. Modify the commit message of patch 1
> 3. Add new patch 9 to fix another off-by-one issue
>
> [...]
Here is the summary with links:
- [v3,net,1/8] net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()
https://git.kernel.org/netdev/net/c/39ab773e4c12
- [v3,net,2/8] net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()
https://git.kernel.org/netdev/net/c/da291996b16e
- [v3,net,3/8] net: enetc: correct the xdp_tx statistics
https://git.kernel.org/netdev/net/c/432a2cb3ee97
- [v3,net,4/8] net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
https://git.kernel.org/netdev/net/c/a562d0c4a893
- [v3,net,5/8] net: enetc: update UDP checksum when updating originTimestamp field
https://git.kernel.org/netdev/net/c/bbcbc906ab7b
- [v3,net,6/8] net: enetc: add missing enetc4_link_deinit()
https://git.kernel.org/netdev/net/c/8e43decdfbb4
- [v3,net,7/8] net: enetc: remove the mm_lock from the ENETC v4 driver
https://git.kernel.org/netdev/net/c/119049b66b88
- [v3,net,8/8] net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()
https://git.kernel.org/netdev/net/c/249df695c3ff
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:[~2025-02-26 3:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-24 11:12 [PATCH v3 net 0/8] net: enetc: fix some known issues Wei Fang
2025-02-24 11:12 ` [PATCH v3 net 1/8] net: enetc: fix the off-by-one issue in enetc_map_tx_buffs() Wei Fang
2025-02-24 16:43 ` Vladimir Oltean
2025-02-24 17:24 ` Claudiu Manoil
2025-02-24 11:12 ` [PATCH v3 net 2/8] net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs() Wei Fang
2025-02-24 16:44 ` Vladimir Oltean
2025-02-24 17:27 ` Claudiu Manoil
2025-02-24 11:12 ` [PATCH v3 net 3/8] net: enetc: correct the xdp_tx statistics Wei Fang
2025-02-24 11:12 ` [PATCH v3 net 4/8] net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC Wei Fang
2025-02-24 11:12 ` [PATCH v3 net 5/8] net: enetc: update UDP checksum when updating originTimestamp field Wei Fang
2025-02-24 11:12 ` [PATCH v3 net 6/8] net: enetc: add missing enetc4_link_deinit() Wei Fang
2025-02-24 11:12 ` [PATCH v3 net 7/8] net: enetc: remove the mm_lock from the ENETC v4 driver Wei Fang
2025-02-24 11:12 ` [PATCH v3 net 8/8] net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs() Wei Fang
2025-02-24 16:47 ` Vladimir Oltean
2025-02-24 17:37 ` Claudiu Manoil
2025-02-26 3: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=174054003545.219541.12629809116438666703.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=claudiu.manoil@nxp.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=imx@lists.linux.dev \
--cc=ioana.ciornei@nxp.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.swiatkowski@linux.intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=stable@vger.kernel.org \
--cc=vladimir.oltean@nxp.com \
--cc=wei.fang@nxp.com \
--cc=xiaoning.wang@nxp.com \
--cc=yangbo.lu@nxp.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