Lines Matching full:adaptive
934 This driver supports an adaptive interrupt throttle rate (ITR) mechanism that
939 To set the interrupt rate manually, you must disable adaptive mode::
941 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
945 Disable adaptive ITR and lower Rx and Tx interrupts. The examples below
951 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80
955 Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
958 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0
965 To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or
968 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
982 also independent of the adaptive interrupt moderation algorithm. The
986 The following command would disable adaptive interrupt moderation, and allow
994 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs-high 20