On Tue, Mar 02, 2021 at 12:02:58PM +0100, luigi.mantell...@gmail.com wrote:
> In my setup I have ports with different sync frequency. Making
> step_window at port level I can configure a fine grained TS propagation
> time on each port.

This makes sense, since logSyncInterval, etc, are per-port options.

> @@ -1787,7 +1787,7 @@ static void clock_synchronize_locked(struct clock
> *c, double adj)
>       }
>  }
>  
> -enum servo_state clock_synchronize(struct clock *c, tmv_t ingress,
> tmv_t origin)
> +enum servo_state clock_synchronize(struct clock *c, struct port *p,
> tmv_t ingress, tmv_t origin)
>  {
>       enum servo_state state = SERVO_UNLOCKED;
>       double adj, weight;
> @@ -1845,7 +1845,7 @@ enum servo_state clock_synchronize(struct clock
> *c, tmv_t ingress, tmv_t origin)
>                                       -tmv_to_nanoseconds(c-
> >master_offset));

Your mailer is ruining your patches.  Looks like you are using
Evolution.  Maybe this will help?

    
https://github.com/torvalds/linux/blob/master/Documentation/process/email-clients.rst#evolution-gui

Thanks,
Richard


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to