All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] Documentation: net-sysfs: describe missing statistics
@ 2019-10-28 16:08 Julian Wiedmann
  2019-10-30  0:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Julian Wiedmann @ 2019-10-28 16:08 UTC (permalink / raw)
  To: David Miller
  Cc: netdev, Julian Wiedmann, Jarod Wilson, Jonathan Corbet, linux-doc

Sync the ABI description with the interface statistics that are currently
available through sysfs.

CC: Jarod Wilson <jarod@redhat.com>
CC: Jonathan Corbet <corbet@lwn.net>
CC: linux-doc@vger.kernel.org
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
---
 .../ABI/testing/sysfs-class-net-statistics       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Documentation/ABI/testing/sysfs-class-net-statistics b/Documentation/ABI/testing/sysfs-class-net-statistics
index 397118de7b5e..55db27815361 100644
--- a/Documentation/ABI/testing/sysfs-class-net-statistics
+++ b/Documentation/ABI/testing/sysfs-class-net-statistics
@@ -51,6 +51,14 @@ Description:
 		packet processing. See the network driver for the exact
 		meaning of this value.
 
+What:		/sys/class/<iface>/statistics/rx_errors
+Date:		April 2005
+KernelVersion:	2.6.12
+Contact:	netdev@vger.kernel.org
+Description:
+		Indicates the number of receive errors on this network device.
+		See the network driver for the exact meaning of this value.
+
 What:		/sys/class/<iface>/statistics/rx_fifo_errors
 Date:		April 2005
 KernelVersion:	2.6.12
@@ -88,6 +96,14 @@ Description:
 		due to lack of capacity in the receive side. See the network
 		driver for the exact meaning of this value.
 
+What:		/sys/class/<iface>/statistics/rx_nohandler
+Date:		February 2016
+KernelVersion:	4.6
+Contact:	netdev@vger.kernel.org
+Description:
+		Indicates the number of received packets that were dropped on
+		an inactive device by the network core.
+
 What:		/sys/class/<iface>/statistics/rx_over_errors
 Date:		April 2005
 KernelVersion:	2.6.12
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] Documentation: net-sysfs: describe missing statistics
  2019-10-28 16:08 [PATCH net-next] Documentation: net-sysfs: describe missing statistics Julian Wiedmann
@ 2019-10-30  0:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-10-30  0:38 UTC (permalink / raw)
  To: jwi; +Cc: netdev, jarod, corbet, linux-doc

From: Julian Wiedmann <jwi@linux.ibm.com>
Date: Mon, 28 Oct 2019 17:08:00 +0100

> Sync the ABI description with the interface statistics that are currently
> available through sysfs.
> 
> CC: Jarod Wilson <jarod@redhat.com>
> CC: Jonathan Corbet <corbet@lwn.net>
> CC: linux-doc@vger.kernel.org
> Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>

Applied, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-30  0:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 16:08 [PATCH net-next] Documentation: net-sysfs: describe missing statistics Julian Wiedmann
2019-10-30  0:38 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.