> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Larysa Zaremba > Sent: 17 November 2025 19:19 > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: Lobakin, Aleksander <[email protected]>; Samudrala, Sridhar > <[email protected]>; Singhai, Anjali <[email protected]>; > Michal Swiatkowski <[email protected]>; Zaremba, Larysa > <[email protected]>; Fijalkowski, Maciej > <[email protected]>; Tantilov, Emil S <[email protected]>; > Chittim, Madhu <[email protected]>; Hay, Joshua A > <[email protected]>; Keller, Jacob E <[email protected]>; > Shanmugam, Jayaprakash <[email protected]>; > Wochtman, Natalia <[email protected]>; Jiri Pirko > <[email protected]>; David S. Miller <[email protected]>; Eric Dumazet > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; Simon Horman <[email protected]>; Jonathan > Corbet <[email protected]>; Richard Cochran <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Andrew Lunn > <[email protected]>; [email protected]; linux- > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next v5 04/15] libeth: allow to create > fill > queues without NAPI > > From: Pavan Kumar Linga <[email protected]> > > Control queues can utilize libeth_rx fill queues, despite working outside of > NAPI context. The only problem is standard fill queues requiring NAPI that > provides them with the device pointer. > > Introduce a way to provide the device directly without using NAPI. > > Suggested-by: Alexander Lobakin <[email protected]> > Reviewed-by: Maciej Fijalkowski <[email protected]> > Signed-off-by: Pavan Kumar Linga <[email protected]> > Signed-off-by: Larysa Zaremba <[email protected]> > --- > drivers/net/ethernet/intel/libeth/rx.c | 9 +++++---- > include/net/libeth/rx.h | 4 +++- > 2 files changed, 8 insertions(+), 5 deletions(-) >
Tested-by: Bharath R <[email protected]>
