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:
parent
daea05f6a0
commit
b5a3f2fb8f
@ -68,25 +68,41 @@ Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controller
|
|||||||
.It
|
.It
|
||||||
Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet Controller
|
Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet Controller
|
||||||
.It
|
.It
|
||||||
|
Broadcom BCM57304 NetXtreme-C Ethernet Virtual Function
|
||||||
|
.It
|
||||||
|
Broadcom BCM57314 NetXtreme-C Ethernet Virtual Function
|
||||||
|
.It
|
||||||
Broadcom BCM57402 NetXtreme-E 10Gb Ethernet Controller
|
Broadcom BCM57402 NetXtreme-E 10Gb Ethernet Controller
|
||||||
.It
|
.It
|
||||||
|
Broadcom BCM57402 NetXtreme-E Ethernet Partition
|
||||||
|
.It
|
||||||
Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller
|
Broadcom BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller
|
||||||
.It
|
.It
|
||||||
Broadcom BCM57406 NetXtreme-E 10GBase-T Ethernet Controller
|
Broadcom BCM57404 NetXtreme-E Ethernet Virtual Function
|
||||||
.It
|
|
||||||
Broadcom BCM57402 NetXtreme-E Partition
|
|
||||||
.It
|
|
||||||
Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet Controller
|
|
||||||
.It
|
.It
|
||||||
Broadcom BCM57404 NetXtreme-E Partition
|
Broadcom BCM57404 NetXtreme-E Partition
|
||||||
.It
|
.It
|
||||||
|
Broadcom BCM57406 NetXtreme-E 10GBASE-T Ethernet Controller
|
||||||
|
.It
|
||||||
Broadcom BCM57406 NetXtreme-E Partition
|
Broadcom BCM57406 NetXtreme-E Partition
|
||||||
.It
|
.It
|
||||||
|
Broadcom BCM57407 NetXtreme-E 10GBase-T Ethernet Controller
|
||||||
|
.It
|
||||||
Broadcom BCM57407 NetXtreme-E 25Gb Ethernet Controller
|
Broadcom BCM57407 NetXtreme-E 25Gb Ethernet Controller
|
||||||
.It
|
.It
|
||||||
Broadcom BCM57304 NetXtreme-C Virtual Function
|
Broadcom BCM57407 NetXtreme-E Partition
|
||||||
.It
|
.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
|
.El
|
||||||
.Sh SYSCTL VARIABLES
|
.Sh SYSCTL VARIABLES
|
||||||
These variables must be set before loading the driver, either via
|
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.
|
HWRM API version the driver was built to support.
|
||||||
.It Va dev.bnxt.X.hwstats.*
|
.It Va dev.bnxt.X.hwstats.*
|
||||||
Per-queue statistics tracked by the hardware.
|
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
|
.It Va dev.bnxt.X.hwstats.rxq0.drop_pkts
|
||||||
Number of packets dropped by hardware on queue zero.
|
Number of packets dropped by hardware on queue zero.
|
||||||
This number might seem high, but the count includes packets dropped due to
|
This number might seem high, but the count includes packets dropped due to
|
||||||
incorrect destination MAC, unsubscribed multicast address, and other normal
|
incorrect destination MAC, unsubscribed multicast address, and other normal
|
||||||
reasons to ignore Ethernet frames.
|
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
|
.El
|
||||||
.Sh DIAGNOSTICS
|
.Sh DIAGNOSTICS
|
||||||
.Bl -diag
|
.Bl -diag
|
||||||
@ -219,6 +244,8 @@ device driver first appeared in
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
driver was written by
|
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
|
and is currently maintained by
|
||||||
.An Stephen Hurd Aq Mt stephen.hurd@broadcom.com .
|
.An Broadcom Limited Aq Mt freebsd.pdl@broadcom.com .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user