Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 add WM_TX_PROCESS_LIMIT_DEFAULT and WM_TX_INT...
details: https://anonhg.NetBSD.org/src/rev/3eb28a211d3d
branches: trunk
changeset: 358825:3eb28a211d3d
user: knakahara <knakahara%NetBSD.org@localhost>
date: Thu Jan 18 09:38:15 2018 +0000
description:
add WM_TX_PROCESS_LIMIT_DEFAULT and WM_TX_INTR_PROCESS_LIMIT_DEFAULT man.
diffstat:
share/man/man4/wm.4 | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 5608ae85421b -r 3eb28a211d3d share/man/man4/wm.4
--- a/share/man/man4/wm.4 Thu Jan 18 09:36:26 2018 +0000
+++ b/share/man/man4/wm.4 Thu Jan 18 09:38:15 2018 +0000
@@ -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 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 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.
Home |
Main Index |
Thread Index |
Old Index