commit | 0cfafd4b4ddff99d6c21e028704a13ec1a578b8b | [log] [tgz] |
---|---|---|
author | Moshe Shemesh <moshe@mellanox.com> | Sun Aug 04 17:53:09 2019 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Aug 28 11:49:04 2019 -0700 |
tree | 427b3a4bec6f9c714da1a03e798952e8615d2be3 | |
parent | 45f171b1182b9c4ab6d854d6f7fd7dd771fed591 [diff] |
net/mlx5e: Add device out of buffer counter Added the following packets drop counter: Device out of buffer - counts packets which were dropped due to full device internal receive queue. This counter will be shown on ethtool as a new counter called dev_out_of_buffer. The counter is read from FW by command QUERY_VNIC_ENV. Signed-off-by: Moshe Shemesh <moshe@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>