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:
- Remove the unneeded semicolon from patch 1
- Modify the commit message of patch 1
- 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!