Tested-by: Tingting Liao ________________________________ > -----Original Message----- > From: Ma, WenwuX > Sent: Friday, March 15, 2024 09:06 > To: dev@dpdk.org ; Guo, Junfeng ; Su, Simei > Cc: Liao, TingtingX ; Ma, WenwuX ; stable@dpdk.org > Subject: [PATCH] net/igc: fix disabling timesync > > When disabling timesync, we should clear the IGC_RXPBS_CFG_TS_EN bit > of IGC_RXPBS, the patch fixes this. > > Fixes: 4f6fbbf6f17d ("net/igc: support IEEE 1588 PTP") > Cc: stable@dpdk.org > > Signed-off-by: Wenwu Ma > ---