Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Tunable Parameters Reference Manual Oracle Solaris 11.1 Information Library |
1. Overview of Oracle Solaris System Tuning
2. Oracle Solaris Kernel Tunable Parameters
Where to Find Tunable Parameter Information
General Kernel and Memory Parameters
fsflush and Related Parameters
General File System Parameters
SPARC System Specific Parameters
3. Oracle Solaris ZFS Tunable Parameters
5. Internet Protocol Suite Tunable Parameters
A. Tunable Parameters Change History
This parameter enables or disables multiple receive and transmit queues that are used by the igb network driver. This parameter can be set by editing the /etc/driver/drv/igb.conf file before the igb driver attach occurs.
Boolean
1 (disable multiple queues)
0 (enable multiple queues) or 1 (disable multiple queues)
No
None
To enable or disable multiple receive and transmit queues that are used by the igb network driver.
Unstable
This parameter is used to force an interrupt type, such as MSI, MSI-X, or legacy, that is used by the igb network driver. This parameter can be set by editing the /etc/driver/drv/igb.conf file before the igb driver attach occurs.
Unsigned integer
0 (do not force an interrupt type)
0 (do not force an interrupt type)
1 (force MSI-X interrupt type)
2 (force MSI interrupt type)
3 (force legacy interrupt type)
No
None
To force an interrupt type that is used by the igb network driver.
Unstable
This parameter controls the number of transmit queues that are used by the ixgbe network driver. You can increase the number of transmit queues by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
8
1 to 32
No
None
To change the number of transmit queues that are used by the ixgbe network driver.
Unstable
This parameter controls the number of receive queues that are used by the ixgbe network driver. You can increase the number of receive queues by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
8
1 to 64
No
None
To change the number of receive queues that are used by the ixgbe network driver.
Unstable
This parameter controls the interrupt throttling rate of the ixgbe network driver. You can increase the rate of interrupt by decreasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
200
0 to 65535
No
None
To change the interrupt throttling rate that is used by the ixgbe network driver.
Unstable
This parameter controls the maximum number of receive queue buffer descriptors per interrupt that are used by the ixgbe network driver. You can increase the number of receive queue buffer descriptors by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
256
16 to 4096
No
None
To change the number of receive queue buffer descriptors that are handled per interrupt by the ixgbe network driver.
Unstable
This parameter controls the transmit queue size that is used by the ixgbe network driver. You can increase the transmit queue size by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
1024
64 to 4096
No
None
To change the transmit queue size that is used by the ixgbe network driver.
Unstable
This parameter controls the receive queue size that is used by the ixgbe network driver. You can increase the receive queue size by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
1024
64 to 4096
No
None
To change the receive queue size that is used by the ixgbe network driver.
Unstable
This parameter controls the transmit buffer copy threshold that is used by the ixgbe network driver. You can increase the transmit buffer copy threshold by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
512
0 to 9126
No
None
To change the transmit buffer copy threshold that is used by the ixgbe network driver.
Unstable
This parameter controls the receive buffer copy threshold that is used by the ixgbe network driver. You can increase the receive buffer copy threshold by increasing the value of this parameter. This parameter can be set by editing the /etc/driver/drv/ixgbe.conf file before the ixgbe driver attach occurs.
Unsigned integer
128
0 to 9126
No
None
To change the receive buffer copy threshold that is used by the ixgbe network driver.
Unstable