Print this page
Update i40e for new devices, prototype changes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/i40e.7d
          +++ new/usr/src/man/man7d/i40e.7d
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  .\" You may only use this file in accordance with the terms of version
   5    5  .\" 1.0 of the CDDL.
   6    6  .\"
   7    7  .\" A full copy of the text of the CDDL should have accompanied this
   8    8  .\" source.  A copy of the CDDL is also available via the Internet at
   9    9  .\" http://www.illumos.org/license/CDDL.
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright (c) 2018 Joyent, Inc.
  13   13  .\" Copyright 2020 Ryan Zezeski
       14 +.\" Copyright 2021 Oxide Computer Company
  14   15  .\"
  15      -.Dd July 1, 2020
       16 +.Dd January 18, 2021
  16   17  .Dt I40E 7D
  17   18  .Os
  18   19  .Sh NAME
  19   20  .Nm i40e
  20   21  .Nd Intel 710/722 Ethernet Device Driver
  21   22  .Sh SYNOPSIS
  22   23  .Pa /dev/net/i40e*
  23   24  .Sh DESCRIPTION
  24   25  The
  25   26  .Nm
  26   27  driver is a GLDv3, multi-threaded, clonable, loadable device driver that
  27   28  supports the Data Link Provider Interface,
  28   29  .Xr dlpi 7P .
  29   30  The
  30   31  .Nm
  31   32  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.
       33 +networking interface cards which support speeds of 1 GbE, 2.5 GbE, 5 GbE, 10
       34 +GbE, 25 GbE, and 40 GbE.
  34   35  .Pp
  35   36  In addition to basic device initialization and the sending and receiving
  36   37  of frames, it supports the following features:
  37   38  .Bl -dash -offset indent
  38   39  .It
  39   40  Jumbo frames up to 9710 bytes.
  40   41  .It
  41   42  Promiscuous access via
  42   43  .Xr snoop 1M and
  43   44  .Xr dlpi 7P
↓ open down ↓ 291 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX