> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Monday, September 30, 2024 5:43 PM > To: [email protected] > Cc: [email protected]; Kolacinski, Karol <[email protected]>; > Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH v12 iwl-next 4/7] ice: Process TSYN IRQ in > a separate function > > Simplify TSYN IRQ processing by moving it to a separate function and having > appropriate behavior per PHY model, instead of multiple conditions not > related to HW, but to specific timestamping modes. > > When PTP is not enabled in the kernel, don't process timestamps and return > IRQ_HANDLED. > > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > V7 -> V8: Moved E830 timestamp handling to "ice: Implement PTP support for > E830 > devices" > > drivers/net/ethernet/intel/ice/ice_main.c | 18 +-------- > drivers/net/ethernet/intel/ice/ice_ptp.c | 49 +++++++++++++++++++++++ > drivers/net/ethernet/intel/ice/ice_ptp.h | 6 +++ > 3 files changed, 57 insertions(+), 16 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
