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

2018-09-13 Thread Richard Cochran
On Thu, Aug 16, 2018 at 03:22:51PM +, FUSTE Emmanuel wrote: > diff --git a/phc_ctl.c b/phc_ctl.c > index 4a78a19..f6234da 100644 > --- a/phc_ctl.c > +++ b/phc_ctl.c > @@ -353,12 +353,14 @@ static int do_caps(clockid_t clkid, int cmdc, char > *cmdv[]) > " %d programable alarms\n"

Re: [Linuxptp-devel] [PATCH v1 0/6] Adding support for Automotive Profile

2018-09-13 Thread Richard Cochran
On Thu, Sep 13, 2018 at 04:29:21PM +, Patel, Vedang wrote: > Is this series somewhere in your list of "things to review"? I just > wanted to check-in and make sure you didnt miss this. Yes, I'll get to it as soon as I can. Overall I'm happy with this series, but I wanted to sit down and think

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

2018-09-13 Thread Keller, Jacob E
> -Original Message- > From: Anders Selhammer [mailto:anders.selham...@est.tech] > Sent: Wednesday, September 12, 2018 11:18 PM > To: Richard Cochran > Cc: linuxptp-devel@lists.sourceforge.net > Subject: Re: [Linuxptp-devel] [PATCH 1/1] Add possibility to set clockIdentity > > > Man page

Re: [Linuxptp-devel] [PATCH v1 0/6] Adding support for Automotive Profile

2018-09-13 Thread Patel, Vedang
Hi Richard, Is this series somewhere in your list of "things to review"? I just wanted to check-in and make sure you didnt miss this.  Thanks, Vedang On Thu, 2018-08-30 at 16:54 -0700, Vedang Patel wrote: > Changes in this version: > ~~~ > > Since the series has gone through

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

2018-09-13 Thread Richard Cochran
On Thu, Sep 13, 2018 at 06:18:15AM +, Anders Selhammer wrote: > If the ptpstack is started with a set of ports and during operational time > ports are added and removed. > If the stack by some reason is restarted, the clockIdentity needs to be the > same even if the port that generated the >

Re: [Linuxptp-devel] [PATCH 1/1] G8275 - maxStepsRemoved

2018-09-13 Thread Richard Cochran
On Thu, Sep 13, 2018 at 06:24:30AM +, Anders Selhammer wrote: > It is optional but not useless. It is easy implemented and has no big impact > on the complexity of the system. It is used by Ericsson and it would be > appreciated if the extra patch for this can be removed in the future. Alright

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

2018-09-13 Thread Anders Selhammer
Wednesday, September 12, 2018 8:33 PM > Can you please explain the use case in detail? If the ptpstack is started with a set of ports and during operational time ports are added and removed. If the stack by some reason is restarted, the clockIdentity needs to be the same even if the port that g

[Linuxptp-devel] [PTPBASE-MIB 2/3] Introduce logic for supported ds in PTPBASE_MIB

2018-09-13 Thread Anders Selhammer
This patch intruduces the supported ds described in PTPBASE_MIB. The rest of the unsupported ds are not covered. These ds needs to be added in ptp4l to begin with. Signed-off-by: Anders Selhammer --- makefile| 6 +- ptpbase_mib.c | 898

[Linuxptp-devel] [PTPBASE-MIB 1/3] snmp4lptp: Added function for retrieval of current domain number

2018-09-13 Thread Anders Selhammer
Signed-off-by: Anders Selhammer --- pmc_common.c| 5 + pmc_common.h| 2 ++ snmp4lptp.c | 5 + snmp4lptp_mib.h | 1 + 4 files changed, 13 insertions(+) diff --git a/pmc_common.c b/pmc_common.c index 4a160f6..b5843b9 100644 --- a/pmc_common.c +++ b/pmc_common.c @@ -479,6 +479,1

[Linuxptp-devel] [PTPBASE-MIB 0/3] Partial support of PTPBASE-MIB

2018-09-13 Thread Anders Selhammer
This series adds the support for the implemented data sets in ptp4l described in PTPBASE-MIB. The snmp4lptp is used as a subagent to netsnamp master agent. The infrmation is collected directly from ptp4l program using the uds port. Anders Selhammer (3): snmp4lptp: Added function for retrieval of

[Linuxptp-devel] [PTPBASE-MIB 3/3] snmp4lptp: Added PTPBASE_MIB logic to snmp agent

2018-09-13 Thread Anders Selhammer
Signed-off-by: Anders Selhammer --- snmp4lptp.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/snmp4lptp.c b/snmp4lptp.c index c70aefa..50426cc 100644 --- a/snmp4lptp.c +++ b/snmp4lptp.c @@ -31,8 +31,13 @@ #include "util.h" #define SNMP_NFD 1 + st