Lines Matching refs:rx
30 Adaptive Interrupts (adaptive-rx)
41 By default, adaptive-rx is disabled.
42 To enable adaptive-rx:
44 ethtool -C <interface> adaptive-rx on
46 To disable adaptive-rx, use ethtool:
48 ethtool -C <interface> adaptive-rx off
50 After disabling adaptive-rx, the timer latency value will be set to 50us.
51 You may set the timer latency after disabling adaptive-rx:
53 ethtool -C <interface> rx-usecs <microseconds>
57 ethtool -C eth0 rx-usecs 100
59 You may also provide a timer latency value while disabling adaptive-rx:
61 ethtool -C <interface> adaptive-rx off rx-usecs <microseconds>
63 If adaptive-rx is disabled and a timer latency value is specified, the timer
65 adaptive-rx is enabled.
67 To view the status of the adaptive-rx and timer latency values: