[Linuxptp-devel] [PATCH] Add PORT_SERVICE_STATS_NP management TLV

2021-12-20 Thread Alexander Bulimov via Linuxptp-devel
We'd like to monitor the service quality of unicast PTPv2 in the DCs. This change adds counters for various timeouts and events happening in the client code, and exposes them as a new management TLV. Signed-off-by: Alexander Bulimov --- ddt.h | 13 pmc.c | 27 +

Re: [Linuxptp-devel] [PATCH] Add PORT_SERVICE_STATS_NP management TLV

2022-01-25 Thread Alexander Bulimov via Linuxptp-devel
Hey folks, any feedback for this patch I've sent over a month ago? I realize it could have slipped through the cracks because of the Xmas time. We have more changes lined up, but first would be nice to get any response on this, simple one. Regards, Alexander Bulimov -Original Message- F

Re: [Linuxptp-devel] [PATCH] Add PORT_SERVICE_STATS_NP management TLV

2022-01-26 Thread Alexander Bulimov via Linuxptp-devel
rmance? In any case if the counters are not interesting, you can keep the patch private. Hope I help, Erez -Original Message- From: Alexander Bulimov via Linuxptp-devel Sent: Tuesday, 25 January 2022 17:29 To: linuxptp-devel@lists.sourceforge.net Subject: Re: [Linuxptp-devel

[Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-15 Thread Alexander Bulimov via Linuxptp-devel
This change adds new UNICAST_MASTER_TABLE_NP management TLV that exposes table with details of each gm: identity, IP address, state, if it's selected as best master, and information from the latest Announce msg that is used in BMCA algorithm: ClockQuality and Priorities. The inspiration was `chron

Re: [Linuxptp-devel] [PATCH] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-17 Thread Alexander Bulimov via Linuxptp-devel
. Nor do I think the standard is better. But it seems we skip adding the standard ones and jump directly to private management TLV. I think it is better to start with the standard TLVs and add the private for missing or important information. Erez -Original Message----- From: Alexander Bulimo

[Linuxptp-devel] [PATCH v2] Add UNICAST_MASTER_TABLE_NP management TLV

2022-02-18 Thread Alexander Bulimov via Linuxptp-devel
This change adds new UNICAST_MASTER_TABLE_NP management TLV that exposes table with details of each gm: identity, IP address, state, if it's selected as best master, and information from the latest Announce msg that is used in BMCA algorithm: ClockQuality and Priorities. The inspiration was `chron

[Linuxptp-devel] [PATCH] Add new management TLVs to pmc.8

2022-06-01 Thread Alexander Bulimov via Linuxptp-devel
As far as I can tell, three new management TLVs were added recently without updating the pmc.8 man page: * PORT_SERVICE_STATS_NP * UNICAST_MASTER_TABLE_NP * PORT_HWCLOCK_NP This simple change fixes this omission. Signed-off-by: Alexander Bulimov --- pmc.8 | 6 ++ 1 file changed, 6 insertion