Re: [RFC] ethdev: introduce PTP device capability

2024-09-29 Thread Ferruh Yigit
On 9/29/2024 2:31 AM, lihuisong (C) wrote: > > 在 2024/9/26 4:42, Ferruh Yigit 写道: >> On 9/24/2024 8:24 AM, lihuisong (C) wrote: >>> Hi Ferruh, >>> >>> >>> 在 2024/9/23 6:23, Ferruh Yigit 写道: On 1/30/2024 3:58 AM, Huisong Li wrote: > Currently, the PTP feature is a little messy and has some

Re: [RFC] ethdev: introduce PTP device capability

2024-09-28 Thread lihuisong (C)
在 2024/9/26 4:42, Ferruh Yigit 写道: On 9/24/2024 8:24 AM, lihuisong (C) wrote: Hi Ferruh, 在 2024/9/23 6:23, Ferruh Yigit 写道: On 1/30/2024 3:58 AM, Huisong Li wrote: Currently, the PTP feature is a little messy and has some issue. 1> There is different implementation for PTP. This feature of

Re: [RFC] ethdev: introduce PTP device capability

2024-09-25 Thread Ferruh Yigit
On 9/24/2024 8:24 AM, lihuisong (C) wrote: > Hi Ferruh, > > > 在 2024/9/23 6:23, Ferruh Yigit 写道: >> On 1/30/2024 3:58 AM, Huisong Li wrote: >>> Currently, the PTP feature is a little messy and has some issue. >>> 1> There is different implementation for PTP. This feature of some >>>     hardware

Re: [RFC] ethdev: introduce PTP device capability

2024-09-24 Thread lihuisong (C)
Hi Ferruh, 在 2024/9/23 6:23, Ferruh Yigit 写道: On 1/30/2024 3:58 AM, Huisong Li wrote: Currently, the PTP feature is a little messy and has some issue. 1> There is different implementation for PTP. This feature of some hardware depends on the Rx HW timestamp offload, and use this offloa

Re: [RFC] ethdev: introduce PTP device capability

2024-09-22 Thread Ferruh Yigit
On 1/30/2024 3:58 AM, Huisong Li wrote: > Currently, the PTP feature is a little messy and has some issue. > 1> There is different implementation for PTP. This feature of some >hardware depends on the Rx HW timestamp offload, and use this >offload to detect if enable PTP feature. Others can

[RFC] ethdev: introduce PTP device capability

2024-01-29 Thread Huisong Li
Currently, the PTP feature is a little messy and has some issue. 1> There is different implementation for PTP. This feature of some hardware depends on the Rx HW timestamp offload, and use this offload to detect if enable PTP feature. Others can enable PTP feature with only ethdev ops. 2>