Go to main content

Oracle® Dual Port 25/100 Gb Ethernet Adapter User's Guide, Mellanox

Exit Print View

Updated: June 2022
 
 

Recover From a Port Hang (Oracle Solaris x86/64)

  1. Perform one of these actions.
  2. Check the driver statistics. Refer to the Oracle Solaris man pages for details.
  3. Use these parameters for performance tuning in the mlxne.conf file.
    Parameters
    Description
    rx_itr
    Interval of receive interrupts 0 to 4080, 25 (50 usec) by default.
    tx_itr
    Interval of transmit interrupts 0 to 4080, 25 (50 usec) by default.
    rx_limit_per_intr
    Maximum number of packet to receive per interrupt16 ~ 4096, 1024 by default.
    rx_copy_threshold
    Packet size to determine bcopy or not during receive0 ~ 9216, 128 by default.
    tx_copy_threshold
    Packet size to determine bcopy or not during transmit0 ~ 9216, 128 by default.

Related Information