Changes in v3:
~~~~~~~~~~~

There is only a couple of changes in this version of the series.

- We clear out the SYNC_RX_TIMER in bc_event() only when BMCA == 'noop'.
- Fix typo in documentation of ignore_source_id.

More information of intention of this and future series at: 
https://sourceforge.net/p/linuxptp/mailman/message/36369408/

Thanks,
Vedang Patel

Vedang Patel (7):
  port: Add condition to check fc.
  clock: Add NULL check for best clock in clock_update_slave()
  port: Add configurable option to set asCapable.
  Add BMCA config option.
  Add inhibit_announce config option.
  Add ignore_source_id config option.
  Add example configuration for Automotive Profile.

 as_capable.h                  |  45 ++++++++++++++++++
 bmc.c                         |  11 +++++
 clock.c                       |   7 ++-
 config.c                      |  17 +++++++
 configs/automotive-master.cfg |  28 +++++++++++
 configs/automotive-slave.cfg  |  33 +++++++++++++
 configs/default.cfg           |   4 ++
 designated_fsm.c              | 107 ++++++++++++++++++++++++++++++++++++++++++
 designated_fsm.h              |  43 +++++++++++++++++
 fsm.h                         |   5 ++
 makefile                      |  11 +++--
 port.c                        | 104 +++++++++++++++++++++++++++++++++-------
 port.h                        |   8 ++++
 port_private.h                |   6 ++-
 ptp4l.8                       |  37 +++++++++++++--
 15 files changed, 439 insertions(+), 27 deletions(-)
 create mode 100644 as_capable.h
 create mode 100644 configs/automotive-master.cfg
 create mode 100644 configs/automotive-slave.cfg
 create mode 100644 designated_fsm.c
 create mode 100644 designated_fsm.h

-- 
2.7.3



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

Reply via email to