> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Tuesday, January 23, 2024 4:21 PM > To: [email protected] > Cc: Keller, Jacob E <[email protected]>; [email protected]; > Kolacinski, Karol <[email protected]>; Nguyen, Anthony L > <[email protected]>; Brandeburg, Jesse <[email protected]> > Subject: [Intel-wired-lan] [PATCH v7 iwl-next 4/7] ice: don't check > has_ready_bitmap in E810 functions > > From: Jacob Keller <[email protected]> > > E810 hardware does not have a Tx timestamp ready bitmap. Don't check > has_ready_bitmap in E810-specific functions. > Add has_ready_bitmap check in ice_ptp_process_tx_tstamp() to stop > relying on the fact that ice_get_phy_tx_tstamp_ready() returns all 1s. > > Signed-off-by: Jacob Keller <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > Reviewed-by: Jacob Keller <[email protected]> > --- > V5 -> V6: introduced this patch which was a part of a previous one > > drivers/net/ethernet/intel/ice/ice_ptp.c | 23 +++++++++++------------ > 1 file changed, 11 insertions(+), 12 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
