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
This commit is contained in:
Stephen Hurd 2018-02-15 18:39:43 +00:00
parent 85ef133db3
commit cb980c3dca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329335

View file

@ -68,25 +68,41 @@ Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controller
.It
Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet Controller
.It
Broadcom BCM57304 NetXtreme-C Ethernet Virtual Function
.It
Broadcom BCM57314 NetXtreme-C Ethernet Virtual Function
.It
Broadcom BCM57402 NetXtreme-E 10Gb Ethernet Controller
.It
Broadcom BCM57402 NetXtreme-E Ethernet Partition
.It
Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller
.It
Broadcom BCM57406 NetXtreme-E 10GBase-T Ethernet Controller
.It
Broadcom BCM57402 NetXtreme-E Partition
.It
Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet Controller
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 firmware.
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@gmail.com ,
.An Jack Vogel Aq Mt jfvogel@gmail.com
and
.An Stephen Hurd Aq Mt shurd@freebsd.org ,
and is currently maintained by
.An Stephen Hurd Aq Mt stephen.hurd@broadcom.com .
.An Broadcom Limited Aq Mt freebsd.pdl@broadcom.com .