1 .\"
2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright (c) 2018 Joyent, Inc.
13 .\" Copyright 2020 Ryan Zezeski
14 .\"
15 .Dd July 1, 2020
16 .Dt I40E 7D
17 .Os
18 .Sh NAME
19 .Nm i40e
20 .Nd Intel 710/722 Ethernet Device Driver
21 .Sh SYNOPSIS
22 .Pa /dev/net/i40e*
23 .Sh DESCRIPTION
24 The
25 .Nm
26 driver is a GLDv3, multi-threaded, clonable, loadable device driver that
27 supports the Data Link Provider Interface,
28 .Xr dlpi 7P .
29 The
30 .Nm
31 driver supports the Intel 710 and 722 Ethernet Controller families of
32 networking interface cards which come in 1 GbE, 10 GbE, 25 GbE, and 40
33 GbE variants.
34 .Pp
35 In addition to basic device initialization and the sending and receiving
36 of frames, it supports the following features:
37 .Bl -dash -offset indent
38 .It
39 Jumbo frames up to 9710 bytes.
40 .It
41 Promiscuous access via
42 .Xr snoop 1M and
43 .Xr dlpi 7P
44 .It
45 IPv4 Checksum Offload
46 .It
47 TCP, UDP, and SCTP checksum offload
48 .It
49 IPv4 and IPv6 TCP Segmentation offload
50 .El
51 .Pp
52 At this time, the
53 .Nm
|
1 .\"
2 .\" This file and its contents are supplied under the terms of the
3 .\" Common Development and Distribution License ("CDDL"), version 1.0.
4 .\" You may only use this file in accordance with the terms of version
5 .\" 1.0 of the CDDL.
6 .\"
7 .\" A full copy of the text of the CDDL should have accompanied this
8 .\" source. A copy of the CDDL is also available via the Internet at
9 .\" http://www.illumos.org/license/CDDL.
10 .\"
11 .\"
12 .\" Copyright (c) 2018 Joyent, Inc.
13 .\" Copyright 2020 Ryan Zezeski
14 .\" Copyright 2021 Oxide Computer Company
15 .\"
16 .Dd January 18, 2021
17 .Dt I40E 7D
18 .Os
19 .Sh NAME
20 .Nm i40e
21 .Nd Intel 710/722 Ethernet Device Driver
22 .Sh SYNOPSIS
23 .Pa /dev/net/i40e*
24 .Sh DESCRIPTION
25 The
26 .Nm
27 driver is a GLDv3, multi-threaded, clonable, loadable device driver that
28 supports the Data Link Provider Interface,
29 .Xr dlpi 7P .
30 The
31 .Nm
32 driver supports the Intel 710 and 722 Ethernet Controller families of
33 networking interface cards which support speeds of 1 GbE, 2.5 GbE, 5 GbE, 10
34 GbE, 25 GbE, and 40 GbE.
35 .Pp
36 In addition to basic device initialization and the sending and receiving
37 of frames, it supports the following features:
38 .Bl -dash -offset indent
39 .It
40 Jumbo frames up to 9710 bytes.
41 .It
42 Promiscuous access via
43 .Xr snoop 1M and
44 .Xr dlpi 7P
45 .It
46 IPv4 Checksum Offload
47 .It
48 TCP, UDP, and SCTP checksum offload
49 .It
50 IPv4 and IPv6 TCP Segmentation offload
51 .El
52 .Pp
53 At this time, the
54 .Nm
|