Re: [PATCH net-next v7 0/4] net: rnpgbe: Add TX/RX and link status support
From: Simon Horman
Date: Fri Jun 12 2026 - 14:45:06 EST
On Thu, Jun 11, 2026 at 06:00:32PM +0800, Dong Yibo wrote:
> Hi maintainers,
>
> This patch series adds the packet transmission, reception, and link status
> management features to the RNPGBE driver, building upon the previously
> introduced mailbox communication and basic driver infrastructure.
>
> The series introduces:
> - Msix/msi interrupt handling with NAPI support
> - TX path with scatter-gather DMA and completion handling
> - RX path with page pool buffer management
> - Link status monitoring and carrier management
>
> These changes enable the RNPGBE driver to support basic tx/rx
> network operations.
>
> Changelog:
> v6 -> v7:
> [patch 2/4]:
> 1. Fix 'frag_idx' error in rnpgbe_tx_map. (Sashiko-gemini)
> [patch 3/4]:
> 1. Fix skb leak in invalid size path in rnpgbe_clean_rx_irq.
> (Sashiko-gemini)
> 2. Fix invalid size range check for rxdesc. (Sashiko-gemini)
> [patch 4/4]:
> 1. Fix 'data race on the reply payload'. (Sashiko-gemini)
> 2. Fix 'asymmetric behaviour' when report up/down. (andrew)
>
> links:
> ---
> v1: https://lore.kernel.org/netdev/20260325091204.94015-1-dong100@xxxxxxxxx/
> v2: https://lore.kernel.org/netdev/20260403025713.527841-1-dong100@xxxxxxxxx/
> v3: https://lore.kernel.org/netdev/20260507081539.171844-1-dong100@xxxxxxxxx/
> v4: https://lore.kernel.org/netdev/20260526033539.164061-1-dong100@xxxxxxxxx/
> v5: https://lore.kernel.org/netdev/20260528023150.239532-1-dong100@xxxxxxxxx/
> v6: https://lore.kernel.org/netdev/20260604112750.769215-1-dong100@xxxxxxxxx/
>
> Additional Notes:
Thanks for the update and the notes.
There is another round of AI-generated review of this patch-set available
on both https://sashiko.dev and https://netdev-ai.bots.linux.dev/sashiko/
I would appreciate it if you could look over that too. With a view to
addressing any issues that directly affect this patch.
...