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/b0d176c9a58e
branches:  trunk
changeset: 829126:b0d176c9a58e
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 e926601c71c8 -r b0d176c9a58e 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