Re: [PATCH net-next v1 1/7] net: stmmac: xgmac: drop incomplete FPE implementation

From: Andrew Lunn
Date: Tue Jul 09 2024 - 09:17:05 EST


On Tue, Jul 09, 2024 at 04:21:19PM +0800, Furong Xu wrote:
> The FPE support for xgmac is incomplete, drop it temporarily.
> Once FPE implementation is refactored, xgmac support will be added.

This is a pretty unusual thing to do. What does the current
implementation do? Is there enough for it to actually work? If i was
doing a git bisect and landed on this patch, could i find my
networking is broken?

More normal is to build a new implementation by the side, and then
swap to it.

Andrew