Re: [PATCH net-next v4 3/7] net: stmmac: refactor FPE verification process
From: Vladimir Oltean
Date: Wed Aug 21 2024 - 07:29:33 EST
On Wed, Aug 21, 2024 at 12:58:33PM +0800, Furong Xu wrote:
>
> Hi Vladimir
>
> On Tue, 20 Aug 2024 15:34:56 +0300, Vladimir Oltean <olteanv@xxxxxxxxx> wrote:
> > I took the liberty of rewriting the fpe_task to a timer, and delete the
> > workqueue. Here is a completely untested patch, which at least is less
> > complex, has less code and is easier to understand. What do you think?
> >
>
> Your patch is much better than my ugly implementation ;)
Well, to be fair, it took us a number of iterations to properly see how
much it could be simplified.
> Some small fixes are required to make kselftest-ethtool_mm pass.
>
> Would you mind if I rebase you patch, fix some small issues, make sure all
> test cases pass, split it into two patches and include them in my patchset,
> then send to review as a Co-developer and a tester?
Please feel free to split up that patch and squash it into your patches,
keeping your Author: field and just a Co-developed-by: + Signed-off-by:
for me, where parts of that patch helped you.