Re: [PATCH v1] net/ice: initialize PHC time with current time of day

2024-10-01 Thread Bruce Richardson
On Mon, Sep 30, 2024 at 08:25:44PM +0530, Singh, Aman Deep wrote: >On 12-08-2024 10:47, Soumyadeep Hore wrote: > > The PHC main timer for ice pmd enabled drivers should be > initialised to current time of day on enabling timesync > else it will be initialized to 0 giving wrong timestamps. > >

Re: [PATCH v1] net/ice: initialize PHC time with current time of day

2024-09-30 Thread Singh, Aman Deep
On 12-08-2024 10:47, Soumyadeep Hore wrote: The PHC main timer for ice pmd enabled drivers should be initialised to current time of day on enabling timesync else it will be initialized to 0 giving wrong timestamps. Signed-off-by: Soumyadeep Hore Acked-by: Aman Singh

[PATCH v1] net/ice: initialize PHC time with current time of day

2024-08-11 Thread Soumyadeep Hore
The PHC main timer for ice pmd enabled drivers should be initialised to current time of day on enabling timesync else it will be initialized to 0 giving wrong timestamps. Signed-off-by: Soumyadeep Hore --- drivers/net/ice/ice_ethdev.c | 26 ++ 1 file changed, 26 insertion