On 11/25/2025 2:30 AM, Hore, Soumyadeep wrote: > Hi Jacob, > > Currently PTP features are not enabled in DPDK. We only have the Rx timestamp API in place. Typically the change that you want needs to be implemented in ethdev_ops.timesync_enable(), which is not implemented. > I'm not sure I follow you here. For iAVF Rx timestamping is considered part of the PTP capabilities. We shouldn't be reporting Rx timestamp offload if Rx timestamping is not available. There are some circumstances where the PF will not report Rx timestampding (and will not enable it) because of capabilities mismatch. However, DPDK driver is saying Rx timestamp offload works, and trying (and failing) to enable it in those cases. However, the check for where we report Rx timestamp offload was before we negotiated properly with the PF, which is what this change is trying to fix. This has nothing to do with other PTP features. Thanks, Jake