Re: [PATCH net-next v4 1/7] net: Add napi_struct parameter irq_suspend_timeout

From: Samudrala, Sridhar
Date: Sat Nov 02 2024 - 19:31:20 EST




On 11/1/2024 7:51 PM, Joe Damato wrote:
From: Martin Karsten <mkarsten@xxxxxxxxxxxx>

Add a per-NAPI IRQ suspension parameter, which can be get/set with
netdev-genl.

This patch doesn't change any behavior but prepares the code for other
changes in the following commits which use irq_suspend_timeout as a
timeout for IRQ suspension.

Signed-off-by: Martin Karsten <mkarsten@xxxxxxxxxxxx>
Co-developed-by: Joe Damato <jdamato@xxxxxxxxxx>
Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx>
Tested-by: Joe Damato <jdamato@xxxxxxxxxx>
Tested-by: Martin Karsten <mkarsten@xxxxxxxxxxxx>
Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxxx>
---

Reviewed-by: Sridhar Samudrala <sridhar.samudrala@xxxxxxxxx>