commit | 8a4d4c8dde7a4119bce3fd8287dca193ff6356da | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Thu Jan 28 03:11:21 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 29 17:28:39 2016 -0800 |
tree | dac350b23cffc09b3d5124694678c47f20c4bc1e | |
parent | 74608fc98d2856fa7201a498b61c9dd9455b504a [diff] |
bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter. This hardware counter is misleading as it counts dropped packets that don't match the hardware filters for unicast/broadcast/multicast. We will still report this counter in ethtool -S for diagnostics purposes. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>