My i.MX8MP board receives UDP data from a server.
The server sends data every 1 microsecond, with each packet being 64 bytes.
However, the i.MX8MP does not trigger an interrupt event every 1 microsecond.
To address this, I configured eth0 using ethtool.
The default values are below.
-----------------------------------
rx-usecs: 1000
rx-frames: 200
rx-usecs-irq: 0
rx-frames-irq: 0
------------------------------------
I set rx-usecs to 1 and rx-frames to 1.
However, it doesn't seem to be working as expected.
Is there an updated Ethernet driver available, or is it already up to date?
My kernel version is 5.10.72.