graysky

Results 248 comments of graysky

> I caught only one such error at 47 days of uptime, so troubleshooting may be a very slow process! I don't think so... you can trigger it using an...

@johnp789 @atsies - Can you try the iperf3 test and see if you get the same?

I confirmed this on a 2nd, newer RPi4B (hardware revision 1.4). ``` [ 265.029040] ------------[ cut here ]------------ [ 265.033684] NETDEV WATCHDOG: eth0 (bcmgenet): transmit queue 0 timed out [...

@wtschueller - See the work-around @wulfy23 proposed [here](https://github.com/openwrt/openwrt/issues/9305#issuecomment-1047344495). Does it work for you? @wulfy23 - Seems as though this work-around does not prevernt the problem on my machine. Using iperf3...

I find it odd that under the older kernel, I do not see this problem. To me something changed between those two kernel commits. I verified this on a separate...

I will git it a shot but I am having an issue getting the bisect to track the rpi/5.10.y branch. It seems to be using another branch. ``` % git...

Google has failed me. Running `git bisect skip` seems to be stepping back one at a time but after 5 itterations, I am still unable to find the hash git...

@pelwell - Do you have some code you can share for this case? good: https://github.com/raspberrypi/linux/commit/22201d4868f66aa7773d5c4bad7bab1795ee6757 bad: https://github.com/raspberrypi/linux/commit/597cd63b48c6dc3746827504f191744c120fbb4d Alternatively, how can I just get an ordered list of the all commits...

I updated the first post in this Issue just now to detail further breakage. Note that reverting the PR @popcornmix called out (assuming I did it correctly, see these two...