[Linuxptp-devel] [PATCH 3/4] [Interface Rate TLV] organization TLV support for interface rate

2022-10-10 Thread SyncMonk Technologies
From: devasishsyncmonk adding interface rate TLV as defined by ITU-T G.8275.2 Annex D to enable master to communicate PTP port interface rate to slave. Signed-off-by: Greg Armstrong Signed-off-by: Leon Goldin Signed-off-by: Devasish Dey Signed-off-by: Vipin Sharma -v1: initial commit -v2: m

[Linuxptp-devel] [PATCH 1/4] [Interface Rate TLV] function to support get interface speed via ethtool

2022-10-10 Thread SyncMonk Technologies
From: devasishsyncmonk When master and slave instance interacting with each other operating at different interface speed, delay assymetry needs to be compensated as described in G.8271 appendix V. In this patch we are adding changes to get the interface speed using ethtool. v1: initial commit.

[Linuxptp-devel] [PATCH 2/4] [Interface Rate TLV] adding speed field information for interface

2022-10-10 Thread SyncMonk Technologies
From: devasishsyncmonk Get the interface speed related information using ethtool Signed-off-by: Greg Armstrong Signed-off-by: Leon Goldin Signed-off-by: Devasish Dey Signed-off-by: Vipin Sharma --- clock.c | 2 ++ interface.c | 11 +++ interface.h | 14 ++ port.c

[Linuxptp-devel] [PATCH 4/4] [Interface Rate TLV] adding delay asymmetry calculation

2022-10-10 Thread SyncMonk Technologies
From: devasishsyncmonk Delay asymmetry calculation based on the PTP port interface speed of master obtained from TLV and the slave interface rate obtained by ethtool. Signed-off-by: Greg Armstrong Signed-off-by: Leon Goldin Signed-off-by: Devasish Dey Signed-off-by: Vipin Sharma --- interfa

Re: [Linuxptp-devel] [PATCH v3 1/3] Adding virtual PTP port support

2022-10-10 Thread SyncMonk Tech Services
Hi Richard, We appreciate your effort and time. Thanks a lot !!! SyncMonk Technologies. On Sun, 9 Oct 2022 at 01:29, Richard Cochran wrote: > On Thu, Oct 06, 2022 at 08:58:31PM +0530, SyncMonk Tech Services wrote: > > Please let us know if there are any action items on us related to this or >