Print this page
11641 spelling mistakes in section 7d of the manual
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7d/qede.7d.man.txt
+++ new/usr/src/man/man7d/qede.7d.man.txt
1 1 QEDE(7D) Devices QEDE(7D)
2 2
3 3 NAME
4 4 qede - QLogic FastLinQ QL45xxx 10/25/40/50/100 Gigabit Ethernet Driver
5 5
6 6 SYNOPSIS
7 7 /dev/net/qede*
8 8
9 9 DESCRIPTION
10 10 The qede Ethernet driver is a multi-threaded, loadable, clonable,
11 11 GLDv3-based driver supporting the Data Link Provider Interface, dlpi(7P),
12 12 over QLogic FastLinQ QL45xxx 10/25/40/50/100 Gigabit Ethernet
13 13 controllers. Multiple QLogic FastLinQ controllers installed within the
14 14 system are supported by the driver.
15 15
16 16 The qede driver provides support for the QLogic QL45xxx line of devices.
17 17 Functions include chip initialization, frame transmit and receive,
18 18 multicast and promiscuous support, error recovery and reporting. These
19 19 devices provide 10000/25000/40000/50000/100000 Mbps networking
20 20 interfaces.
21 21
22 22 DRIVER CONFIGURATION
23 23 The primary methods of configuration are via modification of the
24 24 /kernel/drv/qede.conf file or execution of the dladm(1M) utility. There
25 25 are many configuration items available and all are thoroughly documented
26 26 in the /kernel/drv/qede.conf file. Note that for changes to this file to
27 27 take affect the driver must be reloaded or the system rebooted. In order
28 28 to reload the driver with new configuration changes all qede interfaces
29 29 must be first unplumbed and then the update_drv(1M) tool must be
30 30 executed. For the configuration items that do not require a driver
31 31 reload the dladm(1M) tool can be used to dynamically change the option.
32 32 Use of dladm(1M) is the preferred method.
33 33
34 34 DEBUGGING
35 35 kstat
36 36 There are many statistics exposed via kstat(1M) by the qede driver. The
37 37 main groups are:
38 38
39 39 intr for interrupts stats
40 40
41 41 l2chip for layer 2 chip stats
42 42
43 43 l2driver for layer 2 driver stats
44 44
45 45 l2stats for general layer 2 stats
46 46
↓ open down ↓ |
46 lines elided |
↑ open up ↑ |
47 47 link for detailed link status
48 48
49 49 mac for GLDv3 MAC layer stats
50 50
51 51 rxq# for Rx ring stats
52 52
53 53 txq# for Tx ring stats
54 54
55 55 stats for general driver stats and version info.
56 56
57 - To get a list of all the individual statistics in these goups run:
57 + To get a list of all the individual statistics in these groups run:
58 58
59 59 # kstat -m qede -i 0 -l
60 60
61 61 SEE ALSO
62 62 dladm(1M), ifconfig(1M), driver.conf(4), dlpi(7P)
63 63
64 -illumos August 28, 2017 illumos
64 +illumos January 10, 2020 illumos
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX