Module Name: src
Committed By: knakahara
Date: Thu Jan 18 09:38:15 UTC 2018
Modified Files:
src/share/man/man4: wm.4
Log Message:
add WM_TX_PROCESS_LIMIT_DEFAULT and WM_TX_INTR_PROCESS_LIMIT_DEFAULT man.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/wm.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/wm.4
diff -u src/share/man/man4/wm.4:1.36 src/share/man/man4/wm.4:1.37
--- src/share/man/man4/wm.4:1.36 Thu Apr 13 10:37:36 2017
+++ src/share/man/man4/wm.4 Thu Jan 18 09:38:15 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: wm.4,v 1.36 2017/04/13 10:37:36 knakahara Exp $
+.\" $NetBSD: wm.4,v 1.37 2018/01/18 09:38:15 knakahara Exp $
.\"
.\" Copyright 2002, 2003 Wasabi Systems, Inc.
.\" All rights reserved.
@@ -33,7 +33,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 22, 2017
+.Dd January 18, 2018
.Dt WM 4
.Os
.Sh NAME
@@ -182,6 +182,8 @@ The value range is from zero to
The default value is 100.
When you increase this value, both the receive latency and
the receive throughput will increase.
+.It Dv WM_TX_PROCESS_LIMIT_DEFAULT
+Transmit side of WM_RX_PROCESS_LIMIT_DEFAULT.
.It Dv WM_RX_INTR_PROCESS_LIMIT_DEFAULT
The maximum number of received packets processed in each
hardware interrupt context.
@@ -191,6 +193,8 @@ The value range is from zero to
The default value is 0.
When you increase this value, both the receive latency and
the receive throughput will decrease.
+.It Dv WM_TX_INTR_PROCESS_LIMIT_DEFAULT
+Transmit side of WM_RX_INTR_PROCESS_LIMIT_DEFAULT.
.It Dv WM_EVENT_COUNTERS
Enable many event counters such as each Tx drop counter and Rx interrupt
counter.