[Linuxptp-devel] [PATCH] This code changes brings in the ability to program the acceptable clockClass threshold beyond which device will move to holdover/free-run. Default clockClass threshold is 248.

2021-02-11 Thread Karthikkumar V
Example Use-Case This is needed in the cases where T-SC/T-BC Slave might want to listen only on PRC clockCLass and anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy

[Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-14 Thread Karthikkumar V
only on PRC clockCLass and anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy --- clock.c | 4 ++-- config.c| 2 +- configs/default.cfg | 2

[Linuxptp-devel] [PATCH] Clock Class Threshold Feature addition for PTP4L

2021-02-24 Thread Karthikkumar V
anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy --- clock.c | 11 +++ clock.h | 7 +++ config.c| 1 + configs

[Linuxptp-devel] [PATCH 2/2] Clock Class Threshold Feature addition for PTP4L

2021-02-24 Thread Karthikkumar V
only on PRC clockCLass and anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy --- clock.c | 9 +++-- configs/default.cfg | 2 +- 2 files changed, 4

[Linuxptp-devel] [PATCH 1/2] Clock Class Threshold Feature addition for PTP4L

2021-02-25 Thread Karthikkumar V
anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy --- clock.c | 11 +++ clock.h | 7 +++ config.c| 1 + configs

[Linuxptp-devel] [PATCH] Clock Class Threshold Feature addition for PTP4L

2021-02-25 Thread Karthikkumar V
anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy --- clock.c | 8 clock.h | 7 +++ config.c| 1 + configs/default.cfg | 1

[Linuxptp-devel] [PATCH] This code changes brings in the ability to program the acceptable clockClass threshold beyond which device will move to holdover/free-run. Default clockClass threshold is 248.

2021-03-10 Thread Karthikkumar V via Linuxptp-devel
Example Use-Case This is needed in the cases where T-SC/T-BC Slave might want to listen only on PRC clockCLass and anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy

[Linuxptp-devel] [PATCH] This code changes brings in the ability to program the acceptable clockClass threshold beyond which device will move to holdover/free-run. Default clockClass threshold is 248.

2021-03-10 Thread Karthikkumar V via Linuxptp-devel
Example Use-Case This is needed in the cases where T-SC/T-BC Slave might want to listen only on PRC clockCLass and anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy

[Linuxptp-devel] [PATCH] This code changes brings in the ability to program the acceptable clockClass threshold beyond which device will move to holdover/free-run. Default clockClass threshold is 248.

2021-03-10 Thread Karthikkumar V via Linuxptp-devel
Example Use-Case This is needed in the cases where T-SC/T-BC Slave might want to listen only on PRC clockCLass and anything beyond that might not be acceptible and would want to go to holdover (with SyncE backup or internal oscillator). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy

[Linuxptp-devel] [PATCH 2/2] Delay Response Timeout Feature addition for PTP4L

2021-08-18 Thread Karthikkumar V via Linuxptp-devel
-off-by: Karthikkumar V Signed-off-by: Ramana Reddy Signed-off-by: Miroslav Lichvar --- clock.c | 3 +++ config.c| 1 + configs/default.cfg | 1 + fsm.c | 6 ++ fsm.h | 1 + port.c | 25

[Linuxptp-devel] [PATCH] [Bug Fix]: gmPresent and gmIdentity is not updated in slaveOnly mode when GM is not reachable.

2021-08-18 Thread Karthikkumar V via Linuxptp-devel
commands. Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy Signed-off-by: Miroslav Lichvar --- clock.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/clock.c b/clock.c index ec70f91..3759b0f 100644 --- a/clock.c +++ b/clock.c @@ -1970,6 +1970,12 @@ static void

[Linuxptp-devel] [PATCH 2/2] Delay Response Timeout Feature addition for PTP4L

2021-08-18 Thread Karthikkumar V via Linuxptp-devel
-off-by: Karthikkumar V Signed-off-by: Ramana Reddy Reviewed-by: Miroslav Lichvar --- clock.c | 3 +++ config.c| 1 + configs/default.cfg | 1 + fsm.c | 6 ++ fsm.h | 1 + port.c | 25 - port_private.h

[Linuxptp-devel] [PATCH 1/2] [Bug Fix]: gmPresent and gmIdentity is not updated in slaveOnly mode when GM is not reachable.

2021-08-18 Thread Karthikkumar V via Linuxptp-devel
commands. Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy Reviewed-by: Miroslav Lichvar --- clock.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/clock.c b/clock.c index ec70f91..3759b0f 100644 --- a/clock.c +++ b/clock.c @@ -1970,6 +1970,12 @@ static void

[Linuxptp-devel] [PATCH] Delay Response Timeout Feature addition for PTP4L

2021-08-23 Thread Karthikkumar V via Linuxptp-devel
delay_response_timeout is 0 (disabled). Signed-off-by: Karthikkumar V Signed-off-by: Ramana Reddy Reviewed-by: Miroslav Lichvar --- clock.c | 5 + clock.h | 7 +++ config.c| 1 + configs/default.cfg | 1 + port.c | 23

[Linuxptp-devel] [PATCH] Include phcIndex in PORT_PROPERTIES_NP PMC command

2021-11-16 Thread Karthikkumar V via Linuxptp-devel
PORT_PROPERTIES_NP PMC Command will now display the phcIndex along with other interface details. A typical use case will be Users can fetch the phcIndex to use the clock APIs of the kernel (clock_gettime and clock_settime) to get the PHC time from user applications. Signed-off-by: Karthikkumar V