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>
        
*** 148,157 ****
--- 148,167 ----
               not copy the frame but instead bind DMA memory.  By setting this
               property to its minimum, all frames will be processed with DMA
               binding.  By setting this property to its maximum, all frames
               will be processed by copying the frame.
  
+      tx_lso_enable
+              Minimum: 0 | Maximum: 1
+ 
+              The tx_lso_enable property controls whether or not the device
+              enables support for Large Segment Offloand (LSO) when
+              transmitting packets.  The default is to always enable support
+              for this.  Turning it off will decrease throughput when
+              transmitting packets, but should be done if a hardware bug is
+              suspected.
+ 
  ARCHITECTURE
       The i40e driver is only supported on x86 systems at this time.
  
  FILES
       /dev/net/i40e*                    Per-instance character device.
*** 163,168 ****
       /kernel/drv/i40e.conf             Driver configuration file.
  
  SEE ALSO
       dladm(1M), snoop(1M), driver.conf(4), dlpi(7P)
  
! illumos                        September 8, 2017                       illumos
--- 173,178 ----
       /kernel/drv/i40e.conf             Driver configuration file.
  
  SEE ALSO
       dladm(1M), snoop(1M), driver.conf(4), dlpi(7P)
  
! illumos                          May 23, 2018                          illumos