On Thu, 22 Aug 2019 23:35:52 +0000, Saeed Mahameed wrote: > From: Moshe Shemesh <mo...@mellanox.com> > > 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 <mo...@mellanox.com> > Signed-off-by: Saeed Mahameed <sae...@mellanox.com>
Sounds like rx_fifo_errors, no? Doesn't rx_fifo_errors count RX overruns?