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