> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Wednesday, November 29, 2023 6:10 PM > To: [email protected] > Cc: Michalik, Michal <[email protected]>; [email protected]; > Brandeburg, Jesse <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH v2 iwl-next 1/2] ice: Schedule service task > in IRQ top half > > Schedule service task and EXTTS in the top half to avoid bottom half > scheduling if possible, which significantly reduces timestamping delay. > > Co-developed-by: Michal Michalik <[email protected]> > Signed-off-by: Michal Michalik <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > V1 -> V2: Added missing opening curly brace > > drivers/net/ethernet/intel/ice/ice.h | 1 - > drivers/net/ethernet/intel/ice/ice_main.c | 20 +++++++++++--------- > 2 files changed, 11 insertions(+), 10 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
