Part Number: PROCESSOR-SDK-AM335X
Hi Team,
I was testing the interrupt pacing functionality in the am335x BeagleBoneBlack evk with 5.10 kernel.
We are throttling tx via sending the raw packets to the ethernet.
we are modifiying the rx-usecs by #ethtool -C eth0 rx-usecs 500
the initial value of the rx-usecs is 0
I'm checking the CPU load from the top command and I'm unable to see any variation in the CPU load of ksortirq.
Please let me know the procedure to check interrupt-pacing and correct me if my understanding is correct or not.