svn commit: r281246 - stable/10/tools/tools/cxgbetool
Navdeep Parhar
np at FreeBSD.org
Wed Apr 8 00:52:47 UTC 2015
Author: np
Date: Wed Apr 8 00:52:45 2015
New Revision: 281246
URL: https://svnweb.freebsd.org/changeset/base/281246
Log:
MFC r276598, r276607.
r276598:
Add a manual page for cxgbetool. It is incomplete but definitely
better than nothing.
r276607:
Fix all nits reported by mandoc -Tlint.
Added:
stable/10/tools/tools/cxgbetool/cxgbetool.8
- copied, changed from r276598, head/tools/tools/cxgbetool/cxgbetool.8
Modified:
stable/10/tools/tools/cxgbetool/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tools/tools/cxgbetool/Makefile
==============================================================================
--- stable/10/tools/tools/cxgbetool/Makefile Wed Apr 8 00:49:53 2015 (r281245)
+++ stable/10/tools/tools/cxgbetool/Makefile Wed Apr 8 00:52:45 2015 (r281246)
@@ -2,7 +2,7 @@
PROG= cxgbetool
SRCS= cxgbetool.c
-MAN=
+MAN= cxgbetool.8
CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgbe -I${.CURDIR}/../../../sys -I.
BINDIR?= /usr/sbin
Copied and modified: stable/10/tools/tools/cxgbetool/cxgbetool.8 (from r276598, head/tools/tools/cxgbetool/cxgbetool.8)
==============================================================================
--- head/tools/tools/cxgbetool/cxgbetool.8 Sat Jan 3 00:26:21 2015 (r276598, copy source)
+++ stable/10/tools/tools/cxgbetool/cxgbetool.8 Wed Apr 8 00:52:45 2015 (r281246)
@@ -1,4 +1,4 @@
-." Copyright (c) 2015, Chelsio Inc
+.\" Copyright (c) 2015, Chelsio Inc
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -93,7 +93,7 @@ The rest consists of a command and any p
.It Cm clearstats Ar port_id
Clear all transmit, receive, and error statistics of all queues associated
with a port.
-The total number of ports attached to a nexus is listed in
+The total number of ports attached to a nexus is listed in
.Va dev.t4nex.%d.nports
and the 0 based
.Ar port_id
@@ -407,7 +407,6 @@ Class Weighted Round Robin.
.It Sy cl-wrr
Channel Rate Limiting.
.El
-.Pp
.It Sy mode Ar scheduler-mode
The mode in which the scheduling class is going to operate:
.Pp
@@ -425,7 +424,6 @@ mode, all of the "flows" bound to the cl
aggregate bandwidth of 10Mb/s; but in
.Cm flow
mode, each of the "flows" bound to the scheduling class would be limited to 10Mb/s.
-.Pp
.It Sy rate-unit Ar scheduler-rate-unit
The units of the scheduler rate constraints:
.Pp
@@ -446,19 +444,14 @@ percent of port rate.
.It Sy absolute
Kb/s.
.El
-.Pp
.It Sy channel Ar scheduler-channel-index
The scheduling channel to which the scheduling class will be bound.
-.Pp
.It Sy class Ar scheduler-class-index
The scheduling class being programmed.
-.Pp
.It Sy min-rate Ar minimum-rate
The minimum guaranteed rate to which a rate-limiting scheduling class hierarchy will have access.
-.Pp
.It Sy max-rate Ar maximum-rate
The maximum rate for a rate-limiting scheduling class hierarchy.
-.Pp
.It Sy weight Ar round-robin-weight
The weight to be used for a weighted-round-robin scheduling hierarchy.
.It Sy pkt-size Ar average-packet-size
More information about the svn-src-stable-10
mailing list