Lines Matching full:adaptive
1081 This driver supports an adaptive interrupt throttle rate (ITR) mechanism that
1086 To set the interrupt rate manually, you must disable adaptive mode::
1088 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
1092 Disable adaptive ITR and lower Rx and Tx interrupts. The examples below
1098 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80
1102 Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
1105 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0
1112 To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or
1115 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
1129 also independent of the adaptive interrupt moderation algorithm. The
1133 The following command would disable adaptive interrupt moderation, and allow
1141 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs-high 20