From: Richard C. <ric...@gm...> - 2018-04-20 16:09:06
|
This series adds support for the alternate BMCA and custom attributes needed to support the various telecom profiles. Version 1 of the series was posted back on August 18, 2017. Changes in V2: ~~~~~~~~~~~~~~ - Address review comments regarding configuration variable naming - change "notSlave" attribute to "masterOnly" (the published profiles couldn't be bothered to keep the same name from one edition to the next) - Drop first four patches (as these are already merged) Richard Cochran (6): telecom: Introduce the local priority attribute into the data set. telecom: Add the data set comparison algorithm from the Telecom Profiles. telecom: Add a configuration option for G.8275.defaultDS.localPriority. telecom: Add a configuration option for G.8275.portDS.localPriority. telecom: Add a configuration option to use the alternate BMCA. telecom: Introduce the G.8275.masterOnly option. bmc.h | 17 ++++++++++++++ clock.c | 8 ++++++- config.c | 12 ++++++++++ default.cfg | 4 ++++ ds.h | 1 + gPTP.cfg | 4 ++++ makefile | 2 +- port.c | 12 +++++++++- port_private.h | 2 ++ ptp4l.8 | 36 +++++++++++++++++++++++++++++ telecom.c | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 168 insertions(+), 3 deletions(-) create mode 100644 telecom.c -- 2.11.0 |