Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci/ixgbe Add "TX " to "Queue No Descriptor Availabl...



details:   https://anonhg.NetBSD.org/src/rev/630e328bc836
branches:  trunk
changeset: 953491:630e328bc836
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Mar 11 02:30:47 2021 +0000

description:
Add "TX " to "Queue No Descriptor Available" to make it more understandable.
Same as ixgbe.c rev. 1.278.

diffstat:

 sys/dev/pci/ixgbe/ixv.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c3271bdfc74 -r 630e328bc836 sys/dev/pci/ixgbe/ixv.c
--- a/sys/dev/pci/ixgbe/ixv.c   Thu Mar 11 01:23:33 2021 +0000
+++ b/sys/dev/pci/ixgbe/ixv.c   Thu Mar 11 02:30:47 2021 +0000
@@ -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 @@
                    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");



Home | Main Index | Thread Index | Old Index