Re: [PATCH net-next V3 3/3] net/mlx5: Implement PTM cross timestamping support
From: Wojciech Drewek <hidden>
Date: 2024-07-31 13:00:00
Also in:
linux-pci, lkml
From: Wojciech Drewek <hidden>
Date: 2024-07-31 13:00:00
Also in:
linux-pci, lkml
On 30.07.2024 15:40, Tariq Toukan wrote:
From: Rahul Rameshbabu <rrameshbabu@nvidia.com> Expose Precision Time Measurement support through related PTP ioctl. The performance of PTM on ConnectX-7 was evaluated using both real-time (RTC) and free-running (FRC) clocks under traffic and no traffic conditions. Tests with phc2sys measured the maximum offset values at a 50Hz rate, with and without PTM. Results: 1. No traffic +-----+--------+--------+ | | No-PTM | PTM | +-----+--------+--------+ | FRC | 125 ns | <29 ns | +-----+--------+--------+ | RTC | 248 ns | <34 ns | +-----+--------+--------+ 2. With traffic +-----+--------+--------+ | | No-PTM | PTM | +-----+--------+--------+ | FRC | 254 ns | <40 ns | +-----+--------+--------+ | RTC | 255 ns | <45 ns | +-----+--------+--------+ Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com> Co-developed-by: Carolina Jubran <redacted> Signed-off-by: Carolina Jubran <redacted> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> ---
Reviewed-by: Wojciech Drewek <redacted> <...>