[PATCH v2 070/148] net/ice/base: be more verbose in configuring Rx timestamp offset

Anatoly Burakov anatoly.burakov at intel.com
Wed Jun 12 17:01:04 CEST 2024


Add an info message at the end of successful Rx timestamp offset configuration.

Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
 drivers/net/ice/base/ice_ptp_hw.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/ice/base/ice_ptp_hw.c b/drivers/net/ice/base/ice_ptp_hw.c
index 81b57b068c..1ba8afa544 100644
--- a/drivers/net/ice/base/ice_ptp_hw.c
+++ b/drivers/net/ice/base/ice_ptp_hw.c
@@ -4065,6 +4065,9 @@ int ice_phy_cfg_rx_offset_e822(struct ice_hw *hw, u8 port)
 	if (err)
 		return err;
 
+	ice_info(hw,
+		 "Port=%d Rx vernier offset calibration complete\n", port);
+
 	return 0;
 }
 
-- 
2.43.0



More information about the dev mailing list