Re: [PATCH net-next v3 5/6] net: xilinx: axienet: Get coalesce parameters from driver state

From: Simon Horman
Date: Tue Jan 14 2025 - 09:15:00 EST


On Mon, Jan 13, 2025 at 12:45:24PM -0500, Sean Anderson wrote:
> Hi Simon,
>
> On 1/13/25 12:39, Simon Horman wrote:
> > On Fri, Jan 10, 2025 at 02:26:15PM -0500, Sean Anderson wrote:
> >> The cr variables now contain the same values as the control registers
> >> themselves. Extract/calculate the values from the variables instead of
> >> saving the user-specified values. This allows us to remove some
> >> bookeeping, and also lets the user know what the actual coalesce
> >> settings are.
> >>
> >> Signed-off-by: Sean Anderson <sean.anderson@xxxxxxxxx>
> >> Reviewed by: Shannon Nelson <shannon.nelson@xxxxxxx>
> >
> > Hi Sean,
> >
> > Unfortunately this series does not appear to apply cleanly to net-next.
> > Which is our CI is currently unable to cope with :(
> >
> > Please consider rebasing and reposting.
>
> As noted in the cover letter, this series depends on [1] (now [2]). It
> will apply cleanly without rebasing once that patch is applied. So maybe
> you can re-run the CI at that time.

Thanks Sean,

Sorry that I did miss the dependencies.

Unfortunately we don't have a way to re-run the CI at this time,
so it would probably be best to repost once the dependencies
are present in net-next.

>
> --Sean
>
> [1] https://lore.kernel.org/netdev/20250110190726.2057790-1-sean.anderson@xxxxxxxxx/
> [2] https://lore.kernel.org/netdev/20250113163001.2335235-1-sean.anderson@xxxxxxxxx

...