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

2025-01-21 Thread Bruce Richardson
On Tue, Sep 03, 2024 at 09:54:40AM +0100, Hore, Soumyadeep wrote: > Hi Bruce, > > Let's keep it separate for better tracking of the bug fix. > Hi, For 25.03 release, can this bug fix please be rolled into a base code update, since some of the code looks DPDK-specific despite being in a "base" di

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

2024-10-29 Thread Bruce Richardson
On Tue, Oct 29, 2024 at 04:07:45PM +0530, Singh, Aman Deep wrote: >On 25-10-2024 15:56, 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

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

2024-10-29 Thread Singh, Aman Deep
On 25-10-2024 15:56, 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 gives positive value. Fixes: 88

[PATCH v1] 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

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

2024-10-11 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 v1] net/ice: fix incorrect reading of PHY timestamp

2024-09-03 Thread Hore, Soumyadeep
Hi Bruce, Let's keep it separate for better tracking of the bug fix. On Fri, Aug 23, 2024 at 11:01:33AM +, Soumyadeep Hore wrote: > In E830 adapters, PHY timestamp for Tx packets should be read once the > ready status of PHY timestamp registers is 1. > > Fixes: 881169950d80 ("net/ice/base:

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

2024-08-26 Thread Patrick Robb
Recheck-request: iol-marvell-Functional On Fri, Aug 23, 2024 at 7:56 AM Soumyadeep Hore wrote: > > In E830 adapters, PHY timestamp for Tx packets should be read once > the ready status of PHY timestamp registers is 1. > > Fixes: 881169950d80 ("net/ice/base: implement initial PTP support for E830"

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

2024-08-26 Thread Bruce Richardson
On Fri, Aug 23, 2024 at 11:01:33AM +, Soumyadeep Hore wrote: > In E830 adapters, PHY timestamp for Tx packets should be read once > the ready status of PHY timestamp registers is 1. > > Fixes: 881169950d80 ("net/ice/base: implement initial PTP support for E830") > Cc: sta...@dpdk.org > > Sign

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

2024-08-23 Thread Soumyadeep Hore
In E830 adapters, PHY timestamp for Tx packets should be read once the ready status of PHY timestamp registers is 1. Fixes: 881169950d80 ("net/ice/base: implement initial PTP support for E830") Cc: sta...@dpdk.org Signed-off-by: Soumyadeep Hore --- drivers/net/ice/base/ice_ptp_hw.c | 68 +++