Lines Matching +full:queue +full:- +full:rx
1 .. SPDX-License-Identifier: GPL-2.0+
33 -------
42 ---------------------
47 # dmesg -n 8
54 ------------
87 -----------------------
95 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
98 - Disable adaptive ITR and lower Rx and Tx interrupts. The examples below
99 affect every queue of the specified interface.
101 - Setting rx-usecs and tx-usecs to 80 will limit interrupts to about
102 12,500 interrupts per second per queue::
104 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80
105 tx-usecs 80
108 - Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
111 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0
112 tx-usecs 0
114 Per-queue interrupt rate settings:
115 - The following examples are for queues 1 and 3, but you can adjust other
118 - To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or
121 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
122 rx-usecs 10
124 - To show the current coalesce settings for queues 1 and 3::
126 # ethtool --per-queue <ethX> queue_mask 0xa --show-coalesce
131 ------------------------
135 - Using the appropriate mechanism (vcpupin) in the VM, pin the CPUs to
139 - Configure as many Rx/Tx queues in the VM as available. (See the idpf driver
142 # ethtool -L <virt_interface> rx <max> tx <max>
152 to intel-wired-lan@lists.osuosl.org.