You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application check_clocks does not work, when ptp4l works on multiple interfaces (e.g. a switch ptp4l -f /etc/ptp4l-tsn.cfg -i enp2s0np2 -i enp2s0np3 -i enp2s0np4 -i enp2s0np5).
Rought overview of the required adaptions for such cases
The intefaces appear as additional messages on the socket, when query the port states here, so poll needs to be called multiple times to read all port states.
PS: I don't known if this issue is out ot scope for the application check_clocks. But I think it's worth documenting this, in case someone else has the same issues like me.
The text was updated successfully, but these errors were encountered:
The application check_clocks does not work, when ptp4l works on multiple interfaces (e.g. a switch
ptp4l -f /etc/ptp4l-tsn.cfg -i enp2s0np2 -i enp2s0np3 -i enp2s0np4 -i enp2s0np5
).Rought overview of the required adaptions for such cases
tsn-doc/misc/check_clocks.c
Line 254 in b4540e1
tsn-doc/misc/check_clocks.c
Line 284 in b4540e1
PS: I don't known if this issue is out ot scope for the application check_clocks. But I think it's worth documenting this, in case someone else has the same issues like me.
The text was updated successfully, but these errors were encountered: