Re: [PATCH net-next 1/2] net: bcmasp: Utilize napi_complete_done() return value

From: Justin Chen
Date: Tue Jun 10 2025 - 18:04:45 EST




On 6/10/25 10:38 AM, Florian Fainelli wrote:
Make use of the return value from napi_complete_done(). This allows
users to use the gro_flush_timeout and napi_defer_hard_irqs sysfs
attributes for configuring software interrupt coalescing.

Signed-off-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

Reviewed-by: Justin Chen <justin.chen@xxxxxxxxxxxx>