commit | 19b3751ffa713d04290effb26fe01009010f2206 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Mon Nov 18 03:56:36 2019 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 18 17:13:28 2019 -0800 |
tree | ab4d8cb31cf565c508d14aac24fb44039aa2d233 | |
parent | 41136ab35888c4007c6aad2f86e35afb97003e69 [diff] |
bnxt_en: Improve RX buffer error handling. When hardware reports RX buffer errors, the latest 57500 chips do not require reset. The packet is discarded by the hardware and the ring will continue to operate. Also, add an rx_buf_errors counter for this type of error. It can help the user to identify if the aggregation ring is too small. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>