Re: [PATCH v6 3/3] examples/ptpclient: add frequency adjustment

2024-10-11 Thread Ferruh Yigit
On 10/11/2024 7:34 AM, Mingjin Ye wrote: > This patch adds PI servo controller to support frequency > adjustment API for IEEE1588 PTP. > > For example, the command for starting ptpclient with PI controller is: > dpdk-ptpclient -a :81:00.0 -c 1 -n 3 -- -T 0 -p 0x1 -c 1 > > Signed-off-by: Simei

[PATCH v6 3/3] examples/ptpclient: add frequency adjustment

2024-10-10 Thread Mingjin Ye
This patch adds PI servo controller to support frequency adjustment API for IEEE1588 PTP. For example, the command for starting ptpclient with PI controller is: dpdk-ptpclient -a :81:00.0 -c 1 -n 3 -- -T 0 -p 0x1 -c 1 Signed-off-by: Simei Su Signed-off-by: Wenjun Wu Signed-off-by: Mingjin Y