diff options
author | Rahul Rameshbabu <rrameshbabu@nvidia.com> | 2024-04-03 23:28:41 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-06 07:24:09 +0200 |
commit | cd429012f078395c5bfa558e2e81e882b48023b0 (patch) | |
tree | a3fb4a2774e94f12501739815cd18ba3d3acc568 /Documentation/networking | |
parent | net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQ (diff) | |
download | linux-cd429012f078395c5bfa558e2e81e882b48023b0.tar.xz linux-cd429012f078395c5bfa558e2e81e882b48023b0.zip |
net/mlx5e: Introduce timestamps statistic counter for Tx DMA layer
Count number of transmitted packets that were hardware timestamped at the
device DMA layer.
Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Reviewed-by: Dragos Tatulea <dtatulea@nvidia.com>
Link: https://lore.kernel.org/r/20240403212931.128541-4-rrameshbabu@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst index 5464cd9e2694..fed821ef9b09 100644 --- a/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst +++ b/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/counters.rst @@ -300,6 +300,11 @@ the software port. in the beginning of the queue. This is a normal condition. - Informative + * - `tx[i]_timestamps` + - Transmitted packets that were hardware timestamped at the device's DMA + layer. + - Informative + * - `tx[i]_added_vlan_packets` - The number of packets sent where vlan tag insertion was offloaded to the hardware. |