RE: [PATCH v2 net-next 3/5] net: fec: remove struct fec_enet_priv_txrx_info
From: Wei Fang
Date: Mon Nov 17 2025 - 21:00:17 EST
> On Mon, Nov 17, 2025 at 06:19:19PM +0800, Wei Fang wrote:
> > The struct fec_enet_priv_txrx_info has three members: offset, page and
> > skb. The offset is only initialized in the driver and is not used, the
> > skb is never initialized and used in the driver. The both will not be
> > used in the future. Therefore, replace struct fec_enet_priv_txrx_info
> > bedirectly with struct page.
>
> directly?
Thanks for catching this, I will fix it.
>
> Reviewed-by: Frank Li <Frank.Li@xxxxxxx>
>