On Wed, Oct 9, 2024 at 2:56 AM Joe Damato <jdamato@xxxxxxxxxx> wrote: > > Use netif_napi_add_config to assign persistent per-NAPI config when > initializing RX CQ NAPIs. > > Presently, struct napi_config only has support for two fields used for > RX, so there is no need to support them with TX CQs, yet. > > Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx> > --- nit: technically, the napi_defer_hard_irqs could benefit TX completions as well. Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>