Print this page
MFV: illumos-joyent@9e30beee2f0c127bf41868db46257124206e28d6
OS-5225 Want Fortville TSO support
Reviewed by: Ryan Zezeski <rpz@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
Author: Rob Johnston <rob.johnston@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/i40e.7d.man.txt
          +++ new/usr/src/man/man7d/i40e.7d.man.txt
↓ open down ↓ 142 lines elided ↑ open up ↑
 143  143               Minimum: 0 | Maximum: INT32_MAX | Runtime Property:
 144  144               _rx_dma_treshold
 145  145  
 146  146               The rx_dma_treshold indicates the size in bytes of a received
 147  147               frame, including all of its headers, at which the driver should
 148  148               not copy the frame but instead bind DMA memory.  By setting this
 149  149               property to its minimum, all frames will be processed with DMA
 150  150               binding.  By setting this property to its maximum, all frames
 151  151               will be processed by copying the frame.
 152  152  
      153 +     tx_lso_enable
      154 +             Minimum: 0 | Maximum: 1
      155 +
      156 +             The tx_lso_enable property controls whether or not the device
      157 +             enables support for Large Segment Offloand (LSO) when
      158 +             transmitting packets.  The default is to always enable support
      159 +             for this.  Turning it off will decrease throughput when
      160 +             transmitting packets, but should be done if a hardware bug is
      161 +             suspected.
      162 +
 153  163  ARCHITECTURE
 154  164       The i40e driver is only supported on x86 systems at this time.
 155  165  
 156  166  FILES
 157  167       /dev/net/i40e*                    Per-instance character device.
 158  168  
 159  169       /kernel/drv/i40e                  32-bit device driver (x86).
 160  170  
 161  171       /kernel/drv/amd64/i40e            64-bit device driver (x86).
 162  172  
 163  173       /kernel/drv/i40e.conf             Driver configuration file.
 164  174  
 165  175  SEE ALSO
 166  176       dladm(1M), snoop(1M), driver.conf(4), dlpi(7P)
 167  177  
 168      -illumos                        September 8, 2017                       illumos
      178 +illumos                          May 23, 2018                          illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX