Lines Matching full:adaptive
35 Adaptive Interrupts (adaptive-rx)
38 This feature provides an adaptive algorithm that adjusts the interrupt
46 By default, adaptive-rx is disabled.
47 To enable adaptive-rx::
49 ethtool -C <interface> adaptive-rx on
51 To disable adaptive-rx, use ethtool::
53 ethtool -C <interface> adaptive-rx off
55 After disabling adaptive-rx, the timer latency value will be set to 50us.
56 You may set the timer latency after disabling adaptive-rx::
64 You may also provide a timer latency value while disabling adaptive-rx::
66 ethtool -C <interface> adaptive-rx off rx-usecs <microseconds>
68 If adaptive-rx is disabled and a timer latency value is specified, the timer
70 adaptive-rx is enabled.
72 To view the status of the adaptive-rx and timer latency values::