svn commit: r329335 - head/share/man/man4
Stephen Hurd
shurd at FreeBSD.org
Thu Feb 15 18:39:44 UTC 2018
Author: shurd
Date: Thu Feb 15 18:39:43 2018
New Revision: 329335
URL: https://svnweb.freebsd.org/changeset/base/329335
Log:
bnxt: Update man page with newly supported devices, options, etc
update man page with
* Newly supported devices
* Newly added options
* 'maintained by' Email ID
Submitted by: Siva Kallam <siva.kallam@@broadcom.com>
Reviewed by: shurd, sbruno
Approved by: shurd
Sponsored by: Broadcom Limited
Differential Revision: https://reviews.freebsd.org/D13982
Modified:
head/share/man/man4/bnxt.4
Modified: head/share/man/man4/bnxt.4
==============================================================================
--- head/share/man/man4/bnxt.4 Thu Feb 15 18:37:32 2018 (r329334)
+++ head/share/man/man4/bnxt.4 Thu Feb 15 18:39:43 2018 (r329335)
@@ -68,25 +68,41 @@ Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Contr
.It
Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet Controller
.It
-Broadcom BCM57402 NetXtreme-E 10Gb Ethernet Controller
+Broadcom BCM57304 NetXtreme-C Ethernet Virtual Function
.It
-Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller
+Broadcom BCM57314 NetXtreme-C Ethernet Virtual Function
.It
-Broadcom BCM57406 NetXtreme-E 10GBase-T Ethernet Controller
+Broadcom BCM57402 NetXtreme-E 10Gb Ethernet Controller
.It
-Broadcom BCM57402 NetXtreme-E Partition
+Broadcom BCM57402 NetXtreme-E Ethernet Partition
.It
-Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet Controller
+Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller
.It
+Broadcom BCM57404 NetXtreme-E Ethernet Virtual Function
+.It
Broadcom BCM57404 NetXtreme-E Partition
.It
+Broadcom BCM57406 NetXtreme-E 10GBASE-T Ethernet Controller
+.It
Broadcom BCM57406 NetXtreme-E Partition
.It
+Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet Controller
+.It
Broadcom BCM57407 NetXtreme-E 25Gb Ethernet Controller
.It
-Broadcom BCM57304 NetXtreme-C Virtual Function
+Broadcom BCM57407 NetXtreme-E Partition
.It
-Broadcom BCM57404 NetXtreme-E Virtual Function
+Broadcom BCM57412 NetXtreme-E Partition
+.It
+Broadcom BCM57414 NetXtreme-E Ethernet Virtual Function
+.It
+Broadcom BCM57414 NetXtreme-E Partition
+.It
+Broadcom BCM57416 NetXtreme-E Partition
+.It
+Broadcom BCM57417 NetXtreme-E Ethernet Partition
+.It
+Broadcom BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet
.El
.Sh SYSCTL VARIABLES
These variables must be set before loading the driver, either via
@@ -181,11 +197,20 @@ Supported HWRM API version of the currently running fi
HWRM API version the driver was built to support.
.It Va dev.bnxt.X.hwstats.*
Per-queue statistics tracked by the hardware.
+.It Va dev.bnxt.X.hwstats.port_stats.*
+Per-port statistics tracked by the hardware.
.It Va dev.bnxt.X.hwstats.rxq0.drop_pkts
Number of packets dropped by hardware on queue zero.
This number might seem high, but the count includes packets dropped due to
incorrect destination MAC, unsubscribed multicast address, and other normal
reasons to ignore Ethernet frames.
+.It Va dev.bnxt.X.hwstats.rxq0.tpa_*
+statistics related to HW LRO.
+.It Va dev.bnxt.X.hw_lro.*
+Enable / Disable HW LRO feature. Defaults to disable.
+Enabling HW LRO could cause issues when forwarding is enabled on host.
+.It Va dev.bnxt.X.fc
+Enable / Disable Flow Control feature. Defaults to Enable
.El
.Sh DIAGNOSTICS
.Bl -diag
@@ -219,6 +244,8 @@ device driver first appeared in
The
.Nm
driver was written by
-.An Jack Vogel Aq Mt jfvogel at gmail.com ,
+.An Jack Vogel Aq Mt jfvogel at gmail.com
+and
+.An Stephen Hurd Aq Mt shurd at freebsd.org ,
and is currently maintained by
-.An Stephen Hurd Aq Mt stephen.hurd at broadcom.com .
+.An Broadcom Limited Aq Mt freebsd.pdl at broadcom.com .
More information about the svn-src-all
mailing list