Re: [PATCH v2] ptp_qoriq: fix latency in ptp_qoriq_adjtime() operation

From: Vladimir Oltean
Date: Thu Jan 19 2023 - 18:02:52 EST


On Fri, Jan 20, 2023 at 02:10:34AM +0530, nikhil.gupta@xxxxxxx wrote:
> From: Nikhil Gupta <nikhil.gupta@xxxxxxx>
>
> 1588 driver loses about 1us in adjtime operation at PTP slave
> This is because adjtime operation uses a slow non-atomic tmr_cnt_read()
> followed by tmr_cnt_write() operation.
>
> In the above sequence, since the timer counter operation keeps
> incrementing, it leads to latency. The tmr_offset register
> (which is added to TMR_CNT_H/L register giving the current time)
> must be programmed with the delta nanoseconds.
>
> Signed-off-by: Nikhil Gupta <nikhil.gupta@xxxxxxx>
> ---

Reviewed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>
Tested-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>

One detail regarding the process: you should have clarified your
expectations, i.e. the patch should have explicitly been generated with
git send-email --subject-prefix='PATCH v2 net-next' since it is not
targeting the 'net.git' tree for bug fixes on the master branch (which
are also backported to stable trees), but rather will be included in the
pull request for the upcoming 6.3 kernel.