Victor
Victor
The issue is not present when using kernel 6.6.31. I haven't tried higher versions as I am experiencing the issue described in #6406
The issue is still present after doing `sudo rpi-update` (it's using hash 73e104f32e69e17450c443ebdb8bc493c849c38d) and rebooting
Using `sudo dmesg -w`, no messages appear at the same time as the delay
[output.zip](https://github.com/user-attachments/files/17309092/output.zip) Here you go
``` Ring parameters for can0: Pre-set maximums: RX: 24 RX Mini: n/a RX Jumbo: n/a TX: 8 Current hardware settings: RX: 20 RX Mini: n/a RX Jumbo: n/a TX: 4...
Thanks, that seems to be the issue. The values of `tx-frames-irq` and `rx-frames-irq` is set to 1 at boot, but automatically changes to 2 and 8 when executing `sudo ip...
> There is probably some 3rd program setting these values. You can add the following to the driver to generate a dump when someone sets the coalescing parameters. The stack...
Sorry about not getting back earlier, I forgot about this issue. I just tested the patch by applying the pull request using `sudo rpi-update pulls/6466` and can confirm that it...