bc8ca0a19c55c85c64af620c39c0197b844b5367
[dragonfly.git] / share / man / man4 / ixgbe.4
1 .\" Copyright (c) 2001-2008, Intel Corporation
2 .\" All rights reserved.
3 .\" 
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions are met:
6 .\"
7 .\" 1. Redistributions of source code must retain the above copyright notice,
8 .\"    this list of conditions and the following disclaimer.
9 .\"
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" 3. Neither the name of the Intel Corporation nor the names of its
15 .\"    contributors may be used to endorse or promote products derived from
16 .\"    this software without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 .\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
22 .\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .\" * Other names and brands may be claimed as the property of others.
31 .\"
32 .\" $FreeBSD: src/share/man/man4/ixgbe.4,v 1.2 2008/06/17 21:14:02 brueffer Exp $
33 .\"
34 .Dd June 30, 2012
35 .Dt IXGBE 4
36 .Os
37 .Sh NAME
38 .Nm ixgbe
39 .Nd "Intel(R) 10Gb Ethernet driver for the DragonFly BSD operating system"
40 .Sh SYNOPSIS
41 To compile this driver into the kernel,
42 place the following line in your
43 kernel configuration file:
44 .Bd -ragged -offset indent
45 .Cd "device ixgbe"
46 .Ed
47 .Pp
48 Alternatively, to load the driver as a
49 module at boot time, place the following line in
50 .Xr loader.conf 5 :
51 .Bd -literal -offset indent
52 if_ixgbe_load="YES"
53 .Ed
54 .Sh DESCRIPTION
55 The
56 .Nm
57 driver provides support for PCI 10Gb Ethernet adapters based on
58 the Intel 82598EB Intel(R) Network Connections.
59 The driver supports Jumbo Frames, MSIX, TSO, and RSS.
60 .Pp
61 For questions related to hardware requirements,
62 refer to the documentation supplied with your Intel 10GbE adapter.
63 All hardware requirements listed apply to use with
64 .Dx .
65 .Pp
66 Support for Jumbo Frames is provided via the interface MTU setting.
67 Selecting an MTU larger than 1500 bytes with the
68 .Xr ifconfig 8
69 utility configures the adapter to receive and transmit Jumbo Frames.
70 The maximum MTU size for Jumbo Frames is 16114.
71 .Pp
72 This driver version supports VLANs.
73 For information on enabling VLANs, see
74 .Xr ifconfig 8 .
75 .Sh HARDWARE
76 The
77 .Nm
78 driver supports the following cards:
79 .Pp
80 .Bl -bullet -compact
81 .It
82 Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter
83 .It
84 Intel(R) 10 Gigabit XF SR/LR Server Adapter
85 .It
86 Intel(R) 82598EB 10 Gigabit AF Network Connection
87 .It
88 Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection
89 .El
90 .Sh PERFORMANCE
91 The default
92 .Dx
93 configuration may not give the best possible
94 performance with single streams TCP connections.
95 Increasing the value of the
96 .Va net.inet.tcp.sosend_agglim
97 sysctl to 12 or more will increase sending speeds.
98 .Sh DIAGNOSTICS
99 .Bl -diag
100 .It "ix%d: Unable to allocate bus resource: memory"
101 A fatal initialization error has occurred.
102 .It "ix%d: Unable to allocate bus resource: interrupt"
103 A fatal initialization error has occurred.
104 .It "ix%d: watchdog timeout -- resetting"
105 The device has stopped responding to the network, or there is a problem with
106 the network connection (cable).
107 .El
108 .Sh SUPPORT
109 For general information and support,
110 go to the Intel support website at:
111 .Pa http://support.intel.com .
112 .Pp
113 If an issue is identified with the released source code on the supported kernel
114 with a supported adapter, email the specific information related to the
115 issue to
116 .Aq Mt freebsdnic@mailbox.intel.com .
117 .Sh SEE ALSO
118 .Xr arp 4 ,
119 .Xr ifmedia 4 ,
120 .Xr netintro 4 ,
121 .Xr ng_ether 4 ,
122 .Xr polling 4 ,
123 .Xr vlan 4 ,
124 .Xr ifconfig 8
125 .Sh HISTORY
126 The
127 .Nm
128 device driver first appeared in
129 .Dx 3.1 .
130 .Sh AUTHORS
131 The
132 .Nm
133 driver was written by
134 .An Intel Corporation Aq Mt freebsdnic@mailbox.intel.com .