Print this page
11641 spelling mistakes in section 7d of the manual
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man7d/ixgbe.7d.man.txt
+++ new/usr/src/man/man7d/ixgbe.7d.man.txt
1 1 IXGBE(7D) Devices IXGBE(7D)
2 2
3 3
4 4
5 5 NAME
6 6 ixgbe - Intel 10Gb PCI Express NIC Driver
7 7
8 8 SYNOPSIS
9 9 /dev/ixgbe*
10 10
11 11
12 12 DESCRIPTION
13 13 The ixgbe 10 Gigabit Ethernet driver is a multi-threaded, loadable,
14 14 clonable, GLD-based STREAMS driver supporting the Data Link Provider
15 15 Interface, dlpi(7P), on Intel 10-Gigabit PCI Express Ethernet
16 16 controllers.
17 17
18 18
19 19 The ixgbe driver functions include controller initialization, frame
20 20 transmit and receive, promiscuous and multicast support, and error
21 21 recovery and reporting.
22 22
23 23
24 24 The ixgbe driver supports the following Intel 10-Gigabit PCI Express
25 25 Ethernet controllers:
26 26
27 27 o Intel Ethernet Controller 82598EB Family
28 28
29 29 o Intel Ethernet Controller 82599EB (X520) Family
30 30
31 31 o Intel Ethernet Controller X540 Family
32 32
33 33 o Intel Ethernet Controller X550 Family
34 34
35 35 The ixgbe driver and hardware support auto-negotiation, a protocol
36 36 specified by the IEEE 802.3ae specification.
37 37
38 38 APPLICATION PROGRAMMING INTERFACE
39 39 The cloning character-special device, /dev/ixgbe, is used to access all
40 40 Intel 10-Gigabit PCI Express Ethernet devices installed within the
41 41 system.
42 42
43 43
44 44 The ixgbe driver is managed by the dladm(1M) command line utility,
45 45 which allows VLANs to be defined on top of ixgbe instances and for
46 46 ixgbe instances to be aggregated. See dladm(1M) for more details.
47 47
48 48
49 49 You must send an explicit DL_ATTACH_REQ message to associate the opened
50 50 stream with a particular device (PPA). The PPA ID is interpreted as an
51 51 unsigned integer data type and indicates the corresponding device
52 52 instance (unit) number. The driver returns an error (DL_ERROR_ACK) if
53 53 the PPA field value does not correspond to a valid device instance
54 54 number for the system. The device is initialized on first attach and
55 55 de-initialized (stopped) at last detach.
56 56
57 57
58 58 The values returned by the driver in the DL_INFO_ACK primitive in
59 59 response to your DL_INFO_REQ are:
60 60
61 61 o Maximum SDU for Intel 82598EB is 16366.
62 62
63 63 o Maximum SDU for Intel 82599EB, X540 and X550 is 15500.
64 64
65 65 o Minimum SDU is 0.
66 66
67 67 o DLSAP address length is 8.
68 68
69 69 o MAC type is DL_ETHER.
70 70
71 71 o SAP (Service Access Point) length value is -2, meaning the
72 72 physical address component is followed immediately by a
73 73 2-byte SAP component within the DLSAP address.
74 74
75 75 o Broadcast address value is the Ethernet/IEEE broadcast
76 76 address (FF:FF:FF:FF:FF:FF).
77 77
78 78 Once in the DL_ATTACHED state, you must send a DL_BIND_REQ
79 79 to associate a particular SAP with the stream.
80 80
81 81 CONFIGURATION
↓ open down ↓ |
81 lines elided |
↑ open up ↑ |
82 82 By default, the ixgbe driver performs auto-negotiation to select the
83 83 link speed and mode. Link speed and mode can only be 10000 Mbps full-
84 84 duplex for fiber, and only 10000, 1000, or 100 Mbps full-duplex for
85 85 copper. See the IEEE802.3 standard for more information.
86 86
87 87 FILES
88 88 /dev/ixgbe*
89 89 Special character device.
90 90
91 91
92 - /kernel/drv/ixgbe
93 - 32-bit device driver (x86).
94 -
95 -
96 92 /kernel/drv/amd64/ixgbe
97 - 64-bit device driver (x86).
93 + Device driver (x86)
98 94
99 95
100 96 /kernel/drv/sparcv9/ixgbe
101 - 64-bit device driver (SPARC).
97 + Device driver (SPARC)
102 98
103 99
104 100 /kernel/drv/ixgbe.conf
105 - Configuration file.
101 + Driver configuration file
106 102
107 103
108 104 ATTRIBUTES
109 105 See attributes(5) for descriptions of the following attributes:
110 106
111 107
112 108
113 109
114 110 +--------------------+-----------------+
115 111 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
116 112 +--------------------+-----------------+
117 113 |Architecture | SPARC, x86 |
118 114 +--------------------+-----------------+
119 115 |Interface Stability | Committed |
120 116 +--------------------+-----------------+
121 117
122 118 SEE ALSO
123 119 dladm(1M), netstat(1M), driver.conf(4), attributes(5), streamio(7I),
124 120 dlpi(7P)
125 121
↓ open down ↓ |
10 lines elided |
↑ open up ↑ |
126 122
127 123 Writing Device Drivers
128 124
129 125
130 126 STREAMS Programming Guide
131 127
132 128
133 129 Network Interfaces Programmer's Guide
134 130
135 131
136 - IEEE 802.3ae Specificiation, IEEE - 2002
132 + IEEE 802.3ae Specification, IEEE - 2002
137 133
138 134
139 135
140 - April 10, 2016 IXGBE(7D)
136 + January 10, 2020 IXGBE(7D)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX