Re: [net-next PATCH] octeontx2: Add PTP clock driver for Octeon PTM clock.

From: Vinicius Costa Gomes
Date: Mon Jan 29 2024 - 20:32:24 EST


Sai Krishna Gajula <saikrishnag@xxxxxxxxxxx> writes:

>> -----Original Message-----
>> From: Vinicius Costa Gomes <vinicius.gomes@xxxxxxxxx>
>> Sent: Friday, January 26, 2024 5:41 AM
>> To: Sai Krishna Gajula <saikrishnag@xxxxxxxxxxx>;
>> richardcochran@xxxxxxxxx; davem@xxxxxxxxxxxxx; kuba@xxxxxxxxxx;
>> netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Sunil Kovvuri
>> Goutham <sgoutham@xxxxxxxxxxx>; Geethasowjanya Akula
>> <gakula@xxxxxxxxxxx>; Linu Cherian <lcherian@xxxxxxxxxxx>; Hariprasad
>> Kelam <hkelam@xxxxxxxxxxx>; Subbaraya Sundeep Bhatta
>> <sbhatta@xxxxxxxxxxx>
>> Cc: Sai Krishna Gajula <saikrishnag@xxxxxxxxxxx>; Naveen Mamindlapalli
>> <naveenm@xxxxxxxxxxx>
>> Subject: Re: [net-next PATCH] octeontx2: Add PTP clock driver for
>> Octeon PTM clock.
>>
>> Sai Krishna <saikrishnag@xxxxxxxxxxx> writes:
>>
>> > The PCIe PTM(Precision time measurement) protocol provides precise
>> > coordination of events across multiple components like PCIe host
>> > clock, PCIe EP PHC local clocks of PCIe devices. This patch adds
>> > support for ptp clock based PTM clock. We can use this PTP device to
>> > sync the PTM time with CLOCK_REALTIME or other PTP PHC devices using
>> > phc2sys.
>> >
>> > Signed-off-by: Sai Krishna <saikrishnag@xxxxxxxxxxx>
>> > Signed-off-by: Naveen Mamindlapalli <naveenm@xxxxxxxxxxx>
>> > Signed-off-by: Sunil Kovvuri Goutham <sgoutham@xxxxxxxxxxx>
>> > ---
>>
>> I can see that the same device id (PCI_DEVID_OCTEONTX2_PTP) is used by a
>> ethernet driver.
>>
>> That brings me a question: why expose a different PTP chardev? In other
>> words, why can't you just implement .getcrosststamp() for that ethernet
>> device?
>
> This driver runs on endpoint device and not on the host.
> getcrosststamp() needs ART time, frequency details in case of x86 host
> system. Our use case is to sync the host's PTP/PTM time to the
> endpoint device via PTM interface.

Ah! I see. This is for "the other side", cool :-)


Cheers,
--
Vinicius