[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210827152745.68812-1-kuba@kernel.org>
Date: Fri, 27 Aug 2021 08:27:43 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net, michael.chan@...adcom.com
Cc: netdev@...r.kernel.org, edwin.peer@...adcom.com,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next v4 0/2] bnxt: add rx discards stats for oom and netpool
Drivers should avoid silently dropping frames. This set adds two
stats for previously unaccounted events to bnxt - packets dropped
due to allocation failures and packets dropped during emergency
ring polling.
v4: drop patch 1, not needed after simplifications
Jakub Kicinski (2):
bnxt: count packets discarded because of netpoll
bnxt: count discards due to memory allocation errors
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 18 +++++++++++++++++-
drivers/net/ethernet/broadcom/bnxt/bnxt.h | 2 ++
.../net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 4 ++++
3 files changed, 23 insertions(+), 1 deletion(-)
--
2.31.1
Powered by blists - more mailing lists