Re: [PATCH v3] net/ice: fix incorrect reading of PHY timestamp

2024-11-04 Thread Bruce Richardson
On Mon, Nov 04, 2024 at 10:31:12AM +, Soumyadeep Hore wrote: > In ICE PMD, previously the ready bitmap checking before reading > PHY timestamp was not present. This caused incorrect Tx > timestamping. > > The ready bitmap checking is enabled and PHY timestamp is read once > the ready bitmap gi

[PATCH v3] net/ice: fix incorrect reading of PHY timestamp

2024-11-04 Thread Soumyadeep Hore
In ICE PMD, previously the ready bitmap checking before reading PHY timestamp was not present. This caused incorrect Tx timestamping. The ready bitmap checking is enabled and PHY timestamp is read once the ready bitmap gives positive value. Fixes: 881169950d80 ("net/ice/base: implement initial PT

Re: [PATCH v3] net/ice: fix incorrect reading of PHY timestamp

2024-10-25 Thread Bruce Richardson
On Fri, Oct 25, 2024 at 07:32:11AM +, Soumyadeep Hore wrote: > In ICE PMD, previously the ready bitmap checking before reading > PHY timestamp was not present. This caused incorrect Tx > timestamping. > > The ready bitmap checking is enabled and PHY timestamp is read once > the ready bitmap gi

[PATCH v3] net/ice: fix incorrect reading of PHY timestamp

2024-10-25 Thread Soumyadeep Hore
In ICE PMD, previously the ready bitmap checking before reading PHY timestamp was not present. This caused incorrect Tx timestamping. The ready bitmap checking is enabled and PHY timestamp is read once the ready bitmap gives positive value. Fixes: 881169950d80 ("net/ice/base: implement initial PT