xref: /freebsd/share/man/man4/qlxge.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1711bcba0SDavid C Somayajulu.\"-
2711bcba0SDavid C Somayajulu.\" Copyright (c) 2013-2014 Qlogic Corporation
3711bcba0SDavid C Somayajulu.\" All rights reserved.
4711bcba0SDavid C Somayajulu.\"
5711bcba0SDavid C Somayajulu.\" Redistribution and use in source and binary forms, with or without
6711bcba0SDavid C Somayajulu.\" modification, are permitted provided that the following conditions
7711bcba0SDavid C Somayajulu.\" are met:
8711bcba0SDavid C Somayajulu.\" 1. Redistributions of source code must retain the above copyright
9711bcba0SDavid C Somayajulu.\"    notice, this list of conditions and the following disclaimer.
10711bcba0SDavid C Somayajulu.\" 2. Redistributions in binary form must reproduce the above copyright
11711bcba0SDavid C Somayajulu.\"    notice, this list of conditions and the following disclaimer in the
12711bcba0SDavid C Somayajulu.\"    documentation and/or other materials provided with the distribution.
13711bcba0SDavid C Somayajulu.\"
14711bcba0SDavid C Somayajulu.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15711bcba0SDavid C Somayajulu.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16711bcba0SDavid C Somayajulu.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17711bcba0SDavid C Somayajulu.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18711bcba0SDavid C Somayajulu.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19711bcba0SDavid C Somayajulu.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20711bcba0SDavid C Somayajulu.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21711bcba0SDavid C Somayajulu.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22711bcba0SDavid C Somayajulu.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23711bcba0SDavid C Somayajulu.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24711bcba0SDavid C Somayajulu.\" SUCH DAMAGE.
25711bcba0SDavid C Somayajulu.\"
26711bcba0SDavid C Somayajulu.Dd June 21, 2013
27711bcba0SDavid C Somayajulu.Dt QLXGE 4
28711bcba0SDavid C Somayajulu.Os
29711bcba0SDavid C Somayajulu.Sh NAME
30711bcba0SDavid C Somayajulu.Nm qlxge
31711bcba0SDavid C Somayajulu.Nd "QLogic 8100 Series 10 Gigabit Ethernet Adapter Driver"
32711bcba0SDavid C Somayajulu.Sh SYNOPSIS
33711bcba0SDavid C SomayajuluTo compile this driver into the kernel,
34711bcba0SDavid C Somayajuluplace the following lines in your
35711bcba0SDavid C Somayajulukernel configuration file:
36711bcba0SDavid C Somayajulu.Bd -ragged -offset indent
37711bcba0SDavid C Somayajulu.Cd "device qlxge"
38711bcba0SDavid C Somayajulu.Ed
39711bcba0SDavid C Somayajulu.Pp
40711bcba0SDavid C SomayajuluTo load the driver as a
41711bcba0SDavid C Somayajulumodule at boot time, place the following line in
42711bcba0SDavid C Somayajulu.Xr loader.conf 5 :
43711bcba0SDavid C Somayajulu.Bd -literal -offset indent
44711bcba0SDavid C Somayajuluif_qlxge_load="YES"
45711bcba0SDavid C Somayajulu.Ed
46711bcba0SDavid C Somayajulu.Sh DESCRIPTION
47711bcba0SDavid C SomayajuluThe
48711bcba0SDavid C Somayajulu.Nm
49711bcba0SDavid C Somayajuludriver supports IPv4 checksum offload,
50711bcba0SDavid C SomayajuluTCP and UDP checksum offload for both IPv4 and IPv6,
51711bcba0SDavid C SomayajuluLarge Segment Offload for both IPv4 and IPv6,
52711bcba0SDavid C SomayajuluJumbo frames, VLAN Tag, and
53711bcba0SDavid C SomayajuluReceive Side scaling.
54711bcba0SDavid C SomayajuluFor further hardware information, see
55711bcba0SDavid C Somayajulu.Pa http://www.qlogic.com/ .
56711bcba0SDavid C Somayajulu.Sh HARDWARE
57711bcba0SDavid C SomayajuluThe
58711bcba0SDavid C Somayajulu.Nm
59711bcba0SDavid C Somayajuludriver supports 10 Gigabit Ethernet & CNA Adapter based on the following
60711bcba0SDavid C Somayajuluchipsets:
61711bcba0SDavid C Somayajulu.Pp
62711bcba0SDavid C Somayajulu.Bl -bullet -compact
63711bcba0SDavid C Somayajulu.It
64711bcba0SDavid C SomayajuluQLogic 8100 series
65711bcba0SDavid C Somayajulu.El
66711bcba0SDavid C Somayajulu.Sh SUPPORT
67711bcba0SDavid C SomayajuluFor support questions please contact your QLogic approved reseller or
68711bcba0SDavid C SomayajuluQLogic Technical Support at
69711bcba0SDavid C Somayajulu.Pa http://support.qlogic.com ,
70711bcba0SDavid C Somayajuluor by E-mail at
71*6c899950SBaptiste Daroussin.Aq Mt support@qlogic.com .
72711bcba0SDavid C Somayajulu.Sh SEE ALSO
73711bcba0SDavid C Somayajulu.Xr altq 4 ,
74711bcba0SDavid C Somayajulu.Xr arp 4 ,
75711bcba0SDavid C Somayajulu.Xr netintro 4 ,
76711bcba0SDavid C Somayajulu.Xr ng_ether 4 ,
77711bcba0SDavid C Somayajulu.Xr ifconfig 8
78711bcba0SDavid C Somayajulu.Sh HISTORY
79711bcba0SDavid C SomayajuluThe
80711bcba0SDavid C Somayajulu.Nm
81711bcba0SDavid C Somayajuludevice driver first appeared in
82711bcba0SDavid C Somayajulu.Fx 10.0 .
83711bcba0SDavid C Somayajulu.Sh AUTHORS
84711bcba0SDavid C Somayajulu.An -nosplit
85711bcba0SDavid C SomayajuluThe
86711bcba0SDavid C Somayajulu.Nm
87711bcba0SDavid C Somayajuludriver was written by
88711bcba0SDavid C Somayajulu.An David C Somayajulu
89711bcba0SDavid C Somayajuluat QLogic Corporation.
90