]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Add interface down dropped packets statistics
authorMoshe Shemesh <moshe@mellanox.com>
Thu, 8 Feb 2018 13:09:57 +0000 (15:09 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Mon, 26 Mar 2018 20:47:12 +0000 (13:47 -0700)
commit598d860137b0656e6bb2483987d9b05f60e4e19c
treed3ee29e9741edb874478772576ea050104f69230
parent2c3f4700c9d65cdc76885d1ee33178a524379475
net/mlx5e: Add interface down dropped packets statistics

Added the following packets drop counter:
Rx interface down dropped packets - counts packets which were received
while the ETH interface was down.
This counter will be shown on ethtool as a new counter called
rx_if_down_packets.

The implementation allocates a q_counter for drop rq which gets all the
received traffic while the interface is down.

Signed-off-by: Moshe Shemesh <moshe@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h