Re: [PATCH net-next v2 0/4] net: rnpgbe: Add TX/RX and link status support

From: Yibo Dong

Date: Tue Apr 07 2026 - 02:42:04 EST


On Fri, Apr 03, 2026 at 08:12:49AM -0700, Jakub Kicinski wrote:
> On Fri, 3 Apr 2026 10:57:09 +0800 Dong Yibo wrote:
> > 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.
>
> drivers/net/ethernet/mucse/rnpgbe/rnpgbe.h:183:19-23: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)
>
> nit: checkpatch complains about a few lines over 80 chars too
> --
> pw-bot: cr
>

Be fixed in next version.

Thanks for you feedback.