[Intel-wired-lan] [PATCH net v2] igb: fix netpoll exit with traffic
Kris Karas (Bug reporting)
bugs-a21 at moonlit-rail.com
Wed Nov 24 22:32:04 UTC 2021
Jesse Brandeburg wrote:
> Oleksandr brought a bug report where netpoll causes trace
> messages in the log on igb.
> ---
> - return min(work_done, budget - 1);
> + return work_done;
I am able to reproduce the WARNING + stack trace at will. It occurs on
every boot.
Please see https://bugzilla.kernel.org/show_bug.cgi?id=212573 for details.
I have tested the simple patch (v2) against both kernels 5.14 and 5.15,
and am happy to report that this fixes the issue for me.
Kris
More information about the Intel-wired-lan
mailing list