Lines Matching full:adaptive
943 This driver supports an adaptive interrupt throttle rate (ITR) mechanism that
948 To set the interrupt rate manually, you must disable adaptive mode::
950 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
954 Disable adaptive ITR and lower Rx and Tx interrupts. The examples below
960 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80
964 Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
967 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0
974 To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or
977 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
991 also independent of the adaptive interrupt moderation algorithm. The
995 The following command would disable adaptive interrupt moderation, and allow
1003 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs-high 20