[PATCH 03/14] common/idpf/base: initial PTP support
Liu, Mingxia
mingxia.liu at intel.com
Wed Aug 9 04:22:26 CEST 2023
> -----Original Message-----
> From: Qiao, Wenjing <wenjing.qiao at intel.com>
> Sent: Wednesday, August 9, 2023 9:33 AM
> To: Wu, Jingjing <jingjing.wu at intel.com>; Xing, Beilei <beilei.xing at intel.com>;
> Zhang, Qi Z <qi.z.zhang at intel.com>
> Cc: dev at dpdk.org; Liu, Mingxia <mingxia.liu at intel.com>; Qiao, Wenjing
> <wenjing.qiao at intel.com>; Su, Simei <simei.su at intel.com>; Olech, Milena
> <milena.olech at intel.com>
> Subject: [PATCH 03/14] common/idpf/base: initial PTP support
> +/* VIRTCHNL2_PTP_CAPS
> + * PTP capabilities
> + */
> +#define VIRTCHNL2_PTP_CAP_LEGACY_CROSS_TIME BIT(0)
> +#define VIRTCHNL2_PTP_CAP_PTM BIT(1)
> +#define VIRTCHNL2_PTP_CAP_DEVICE_CLOCK_CONTROL BIT(2)
> +#define VIRTCHNL2_PTP_CAP_TX_TSTAMPS_DIRECT BIT(3)
> +#define VIRTCHNL2_PTP_CAP_TX_TSTAMPS_VIRTCHNL BIT(4)
[Liu, Mingxia] Spaces need to be aligned.
> +
More information about the dev
mailing list