Re: [PATCH v2 2/8] net/e1000e: Permit disabling interrupt throttling

2025-04-19 Thread Akihiko Odaki
On 2025/04/11 13:31, Nicholas Piggin wrote: The spec explicitly permits xITR register interval field to have a value of zero to disable throttling. The e1000e model already allows for this in the throttling logic, so remove the minimum value for the register. The spec appears to say there is a m

[PATCH v2 2/8] net/e1000e: Permit disabling interrupt throttling

2025-04-10 Thread Nicholas Piggin
The spec explicitly permits xITR register interval field to have a value of zero to disable throttling. The e1000e model already allows for this in the throttling logic, so remove the minimum value for the register. The spec appears to say there is a maximum observable interrupt rate when throttli