Re: [Linuxptp-devel] [PATCH v2 0/7] Adding support for Automotive Profile

2018-09-30 Thread Richard Cochran
On Wed, Sep 26, 2018 at 02:57:32PM -0700, Vedang Patel wrote: > Changes in v2: > ~~~ > Following are the major changes in this patchset: > - Do not use PS_LISTENING as a transitiory state. > - Explicitly clear out the timer when inhibit_announce is set. > - Expose asCapable as a config

Re: [Linuxptp-devel] [PATCH v2 4/7] Add BMCA config option.

2018-09-30 Thread Richard Cochran
On Sun, Sep 30, 2018 at 08:00:51PM -0700, Richard Cochran wrote: > On Wed, Sep 26, 2018 at 02:57:36PM -0700, Vedang Patel wrote: > > @@ -2472,6 +2480,7 @@ static enum fsm_event bc_event(struct port *p, int > > fd_index) > > if (p->best) > > fc_clear(p->best); > >

Re: [Linuxptp-devel] [PATCH] timemaster: Allow ptp4l-specific sections in [ptp4l.conf].

2018-09-30 Thread Richard Cochran
On Tue, Sep 25, 2018 at 06:16:20PM +0200, Miroslav Lichvar wrote: > Remove > from beginning of lines specified in the *.conf sections in > order to allow a ptp4l-specific section (e.g. [unicast_master_table]) to > be included there. > > After inserting the lines to the generated ptp4l.conf,

Re: [Linuxptp-devel] [PATCH] unicast: Process timeouts equal to current time.

2018-09-30 Thread Richard Cochran
On Tue, Sep 25, 2018 at 06:16:19PM +0200, Miroslav Lichvar wrote: > Don't postpone processing of a timeout if it is equal to the current > time. This prevents an infinite loop with a simulated clock. Applied. Thanks, Richard ___ Linuxptp-devel

Re: [Linuxptp-devel] [PATCH 1/1] snmp4lptp: added snmp4lptp.8

2018-09-30 Thread Richard Cochran
On Thu, Sep 20, 2018 at 01:18:13PM +0200, Ethel Nilsson wrote: > Signed-off-by: Ethel Nilsson > --- > snmp4lptp.8 | 119 > > 1 file changed, 119 insertions(+) > create mode 100644 snmp4lptp.8 Applied. Thanks, Richard

Re: [Linuxptp-devel] [PATCHv2 1/1] Add possibility to set clockIdentity

2018-09-30 Thread Richard Cochran
On Fri, Sep 14, 2018 at 11:14:58AM +0200, Anders Selhammer wrote: > Currently the clockIdentity is generated from the mac address of the first > interface/port in config file. This patch add the possibility to set it in > config file. > The reason is if the stack is restarted with a different set

Re: [Linuxptp-devel] [PATCHv2 1/1] Introduce the maxStepsRemoved attribute

2018-09-30 Thread Richard Cochran
On Fri, Sep 14, 2018 at 10:57:30AM +0200, Anders Selhammer wrote: > Add attribute maxStepsRemoved which is included in IEEE1588-2017 (v2.1) > It is an optional attribute which can decide if an Announce message is > considered in the operation of the BMCA or not. Applied. Thanks, Richard

Re: [Linuxptp-devel] [PATCH v3] config: Add hardware time stamp filter setting mode

2018-09-30 Thread Richard Cochran
On Tue, Aug 28, 2018 at 10:05:28PM +0200, Erez Geva wrote: > Add global option for the hardware time stamp setting. > The function could: > Normally set the filters as the PTP daemon require. > Check that the filters are proper but do not change them. > Full, set the RX filter to all and the TX

Re: [Linuxptp-devel] [PATCH] add report of PTP_SYS_OFFSET_PRECISE support to phc_ctl

2018-09-30 Thread Richard Cochran
On Mon, Sep 17, 2018 at 03:43:01PM +, FUSTE Emmanuel wrote: > diff --git a/phc.h b/phc.h > index 154e35e..2fe33c4 100644 > --- a/phc.h > +++ b/phc.h The diff does not apply (using git am) to the current master. Can you please clean it up and re-submit? Thanks, Richard > @@ -21,6 +21,19 @@