aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/bnxt.4
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-08-18 10:30:55 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-08-18 10:30:55 +0000
commit09f515da61647ea958acb8594d06802fc08e28db (patch)
tree32bab85b86166ef96ab151be4e1bf696b15b345e /share/man/man4/bnxt.4
parentff48ef48acea19ce9d60a7450dcccf8e3c7d16f7 (diff)
downloadsrc-09f515da61647ea958acb8594d06802fc08e28db.tar.gz
src-09f515da61647ea958acb8594d06802fc08e28db.zip
Use complete OIDs to avoid confusion
Submitted by: otis_sk.freebsd.org MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D26098
Notes
Notes: svn path=/head/; revision=364342
Diffstat (limited to 'share/man/man4/bnxt.4')
-rw-r--r--share/man/man4/bnxt.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/bnxt.4 b/share/man/man4/bnxt.4
index 23102201b360..a7b3615437fb 100644
--- a/share/man/man4/bnxt.4
+++ b/share/man/man4/bnxt.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 30, 2019
+.Dd August 18, 2020
.Dt BNXT 4
.Os
.Sh NAME
@@ -130,15 +130,15 @@ completion ring, and the size of the transmit ring respectively.
The completion ring should be at least twice the size of the transmit ring.
These numbers must be powers of two, and zero means to use the default.
Defaults to 0,0.
-.It Va override_qs_enable
+.It Va dev.bnxt.X.iflib.override_qs_enable
When set, allows the number of transmit and receive queues to be different.
If not set, the lower of the number of TX or RX queues will be used for both.
-.It Va override_nrxqs
+.It Va dev.bnxt.X.iflib.override_nrxqs
Set the number of RX queues.
If zero, the number of RX queues is derived from the number of cores on the
socket connected to the controller.
Defaults to 0.
-.It Va override_ntxqs
+.It Va dev.bnxt.X.iflib.override_ntxqs
Set the number of TX queues.
If zero, the number of TX queues is derived from the number of cores on the
socket connected to the controller.