Print this page
11641 spelling mistakes in section 7d of the manual
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7d/bnxe.7d
+++ new/usr/src/man/man7d/bnxe.7d
1 1 .\"
2 2 .\" This file and its contents are supplied under the terms of the
3 3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
↓ open down ↓ |
3 lines elided |
↑ open up ↑ |
4 4 .\" You may only use this file in accordance with the terms of version
5 5 .\" 1.0 of the CDDL.
6 6 .\"
7 7 .\" A full copy of the text of the CDDL should have accompanied this
8 8 .\" source. A copy of the CDDL is also available via the Internet at
9 9 .\" http://www.illumos.org/license/CDDL.
10 10 .\"
11 11 .\"
12 12 .\" Copyright (c) 2014 QLogic Corporation. All Rights Reserved
13 13 .\"
14 -.TH BNXE 7D "Jul 17, 2014"
14 +.TH BNXE 7D "Jan 10, 2020"
15 15 .SH NAME
16 16 bnxe \- QLogic NetXtreme II 10 Gigabit Ethernet Device Driver
17 17
18 18 .SH SYNOPSIS
19 19 .na
20 20 /dev/bnxe*
21 21 .ad
22 22
23 23 .SH DESCRIPTION
24 -.LP
25 24 The
26 25 .B bnxe
27 26 Ethernet driver is a multi-threaded, loadable,
28 27 clonable, GLDv3-based driver supporting the Data Link Provider Interface,
29 28 .BR dlpi (7P),
30 29 over QLogic NetXtreme II 10 Gigabit Ethernet controllers. Multiple
31 30 NetXtreme II controllers installed within the system are supported by
32 31 the driver.
33 32
34 33 The
35 34 .B bnxe
36 35 driver provides support for the NetXtreme II 10 Gigabit line of devices.
37 36 Functions include chip initialization, frame transmit and receive,
38 37 multicast and promiscuous support, error recovery and reporting. These
39 38 devices provide 10/100/1000/2500/10000 Mbps networking interfaces.
40 39
41 40 .SH DRIVER CONFIGURATION
42 41
43 42 The primary methods of configuration are via modification of the
44 43 .I /kernel/drv/bnxe.conf
45 44 file or execution of the
46 45 .BR dladm (1M)
47 46 utility. There are many configuration items available and all are thoroughly
48 47 documented in the
49 48 .I /kernel/drv/bnxe.conf
50 49 file. Note that for
51 50 changes to this file to take affect the driver must be reloaded or the system
52 51 rebooted. In order to reload the driver with new configuration changes all
53 52 .B bnxe
54 53 interfaces must be first unplumbed and then the
55 54 .BR update_drv (1M)
56 55 tool must be executed. For the configuration items that do not require a
57 56 driver reload the
58 57 .BR dladm (1M)
59 58 tool can be used to dynamically change the option.
60 59
61 60 .SH DEBUGGING
62 61
63 62 .SS kstat
64 63
65 64 There are many statistics exposed via
66 65 .B kstat
67 66 by
68 67 .BR bnxe .
69 68
70 69 The main groups are:
71 70 .TP
72 71 "intr"
73 72 for interrupts stats
74 73 .TP
75 74 "l2chip"
76 75 for layer 2 chip stats,
77 76 .TP
78 77 "l2driver"
79 78 for layer 2 driver stats,
80 79 .TP
81 80 "l2stats"
82 81 for general layer 2 stats,
83 82 .TP
84 83 "link"
85 84 for detailed link status,
86 85 .TP
87 86 "mac"
88 87 for GLDv3 MAC layer stats,
↓ open down ↓ |
54 lines elided |
↑ open up ↑ |
89 88 .TP
90 89 "rxq#"
91 90 for Rx ring stats,
92 91 .TP
93 92 "txq#"
94 93 for Tx ring stats, and
95 94 .TP
96 95 "stats"
97 96 for general driver stats and version info.
98 97 .LP
99 -To get a list of all the individual statistics in these goups run:
98 +To get a list of all the individual statistics in these groups run:
100 99 .na
101 100 % kstat -m bnxe -i 0 -l
102 101 .ad
103 102
104 103 .SH FILES
105 104 .ne 2
106 105 .na
107 106 /dev/bnxe[instance]
108 107 .ad
109 108 .RS 16n
110 109 .B bnxe
111 110 Character special device
112 111 .RE
113 112
114 113 .sp
115 114 .ne 2
116 115 .na
117 116 /kernel/drv/bnxe.conf
118 117 .ad
119 118 .RS 16n
120 -Driver configuration file.
119 +Driver configuration file
121 120 .RE
122 121
123 122 .sp
124 123 .ne 2
125 124 .na
126 -/kernel/drv/bnxe
127 -.ad
128 -.RS 16n
129 -32-bit i386 driver binary.
130 -.RE
131 -
132 -.sp
133 -.ne 2
134 -.na
135 125 /kernel/drv/amd64/bnxe
136 126 .ad
137 127 .RS 16n
138 -64-bit i386 driver binary.
128 +Device driver (x86)
139 129 .RE
140 130
141 131 .sp
142 132 .ne 2
143 133 .na
144 134 /kernel/drv/sparcv9/bnxe
145 135 .ad
146 136 .RS 16n
147 -SPARC driver binary.
137 +Device driver (SPARC)
148 138 .RE
149 139
150 140 .SH SEE ALSO
151 141 .BR dladm (1M),
152 142 .BR netstat (1M),
153 143 .BR ifconfig (1M),
154 144 .BR driver.conf (4),
155 145 .BR gld (7P)
156 146 .LP
157 147 .I QLogic NetXtreme II 10 Gigabit Adapter Driver Installation Notes
158 148 .LP
159 149 .I Writing Device Drivers
160 150 .LP
161 151 .I STREAMS Programming Guide
162 152 .LP
163 153 .I Network Interfaces Guide
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX