Add "TX " to "Queue No Descriptor Available" to make it more understandable.

Same as ixgbe.c rev. 1.278.
This commit is contained in:
msaitoh 2021-03-11 02:30:47 +00:00
parent 5c0df95076
commit 49cf423314
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/*$NetBSD: ixv.c,v 1.155 2021/03/09 10:03:18 msaitoh Exp $*/
/*$NetBSD: ixv.c,v 1.156 2021/03/11 02:30:47 msaitoh Exp $*/
/******************************************************************************
@ -2669,7 +2669,7 @@ ixv_add_stats_sysctls(struct adapter *adapter)
NULL, adapter->queues[i].evnamebuf, "TSO");
evcnt_attach_dynamic(&txr->no_desc_avail, EVCNT_TYPE_MISC,
NULL, adapter->queues[i].evnamebuf,
"Queue No Descriptor Available");
"TX Queue No Descriptor Available");
evcnt_attach_dynamic(&txr->total_packets, EVCNT_TYPE_MISC,
NULL, adapter->queues[i].evnamebuf,
"Queue Packets Transmitted");