RE: [v4,net-next,06/15] net: fec: add fec_enet_rx_queue_xdp() for XDP path

From: Wei Fang

Date: Mon Jan 26 2026 - 20:32:11 EST


> On Mon, 26 Jan 2026 02:09:13 +0000 Wei Fang wrote:
> > Therefore, xdp program will not be installed for those platforms which
> > need swap_buffer(). Because the XDP path and the traditional protocol
> > stack path were previously mixed in fec_enet_rx_queue(), the logic was
> > confused, which led to the AI ​​making a misjudgment.
>
> Understood, could you add a note to this effect in the commit message
> to try to steer the AI away?

Yes, I will improve the commit message.