intel-staging / libptpmgmt_iaclocklib

The Clock Manager is a library for monitoring network time synchronization on the local platform. Disclaimer: This project is under development. All source code and features on the main branch is for the purpose of testing or evaluation and not production ready. We will upstream the code and archive this GitHub repo thereafter.
Other
4 stars 5 forks source link

Clock Manager and gPTP environment #93

Open tofe-INA opened 1 week ago

tofe-INA commented 1 week ago

Hello,

I tried to use the Clock Manager within a gPTP environment. According to the log of the proxy it connects to the ptp4l uds, but no events are received on the client. The major difference between a Default PTP and gPTP instance is that transportSpecific / majorSdoId is 0x1. Therefore messages from the proxy are not answered by ptp4l.

In the "default" libptpmgmt it is possible to parameterize the PTP instance for different PTP Profiles via "MsgParams" (transportSpecific, domain number, boundary hops, etc.) , as shown in the default check_sync.cpp from libptpmgmt.

If I start ptp4l with default 1588 parameters and start the proxy, the client receives some events and it seems to work.

Question: Is there currently a convenient way to configure the transportSpecific/majorSdoID field for the messages between the proxy and the uds of ptp4l to be able to use the Clock Manager with gPTP?

Thanks in advance.

Best regards, Tobias

yoongsiang2 commented 4 days ago

@tofe-INA Thank for the feedback. Currently, we dint got a way to configure the transportSpecific/majorSdoID field, but we will explore on it. Before we go deeper, we would like to understand what is your preferred way of configuring the field? How about passing in the value via one of the Clock Manager API call?