Re: [RFC net-next v4 3/9] net: napi: Make gro_flush_timeout per-NAPI

From: Jakub Kicinski
Date: Tue Oct 08 2024 - 18:10:28 EST


On Tue, 1 Oct 2024 23:52:34 +0000 Joe Damato wrote:
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index 55764efc5c93..33897edd16c8 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -377,6 +377,7 @@ struct napi_struct {
> struct list_head dev_list;
> struct hlist_node napi_hash_node;
> int irq;
> + unsigned long gro_flush_timeout;
> u32 defer_hard_irqs;
> };

Same story