Author: 0mp (doc,ports committer) Date: Mon Sep 28 22:11:32 2020 New Revision: 366234 URL: https://svnweb.freebsd.org/changeset/base/366234
Log: MFC r364342: Use complete OIDs to avoid confusion Submitted by: otis_sk.freebsd.org Differential Revision: https://reviews.freebsd.org/D26098 Modified: stable/11/share/man/man4/bnxt.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man4/bnxt.4 ============================================================================== --- stable/11/share/man/man4/bnxt.4 Mon Sep 28 22:10:08 2020 (r366233) +++ stable/11/share/man/man4/bnxt.4 Mon Sep 28 22:11:32 2020 (r366234) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 9, 2017 +.Dd August 18, 2020 .Dt BNXT 4 .Os .Sh NAME @@ -129,15 +129,15 @@ completion ring, and the size of the transmit ring res 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
