Re: [PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-03-25 14:01:43
Also in:
linux-devicetree, linux-doc, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-03-25 14:01:43
Also in:
linux-devicetree, linux-doc, lkml
It looks like the IRQ is asserted on RESET completion and expects a data chunk from host to deassert the IRQ. I used to test the driver in RPI 4 using iperf3. For some reason I never faced this issue, may be when the network device is being registered there might be some packet transmission which leads to deliver a data chunk so that the IRQ is deasserted.
If you have IPv6 enabled, the network stack will try to add a link local IPv6 address to the interface, which means performing a Duplicate Address Detection. That means sending a few packets. Try disabling IPv6 if you want to reproduce the problem. Andrew