]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'ethtool-hw-timestamping-statistics'
authorJakub Kicinski <kuba@kernel.org>
Sat, 6 Apr 2024 05:22:49 +0000 (22:22 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Apr 2024 05:27:57 +0000 (22:27 -0700)
commit571faefe09f5aae894c4373179569fbc2c2a3114
tree9ff615fff948f4dceac6b75ed8c80e744cdaba45
parent4196aee00e2ecc274dd46ee4b20d85ec9145ca70
parent2e0e148c727061009d3db5f436f51890bbb49a80
Merge branch 'ethtool-hw-timestamping-statistics'

Rahul Rameshbabu says:

====================
ethtool HW timestamping statistics

The goal of this patch series is to introduce a common set of ethtool
statistics for hardware timestamping that a driver implementer can hook into.
The statistics counters added are based on what I believe are common
patterns/behaviors found across various hardware timestamping implementations
seen in the kernel tree today. The mlx5 family of devices is used
as the PoC for this patch series. Other vendors are more than welcome
to chime in on this series.

Link: https://lore.kernel.org/netdev/20240402205223.137565-1-rrameshbabu@nvidia.com/
Link: https://lore.kernel.org/netdev/20240309084440.299358-1-rrameshbabu@nvidia.com/
Link: https://lore.kernel.org/netdev/20240223192658.45893-1-rrameshbabu@nvidia.com/
Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
====================

Link: https://lore.kernel.org/r/20240403212931.128541-1-rrameshbabu@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>