Skip to content

Commit

Permalink
Merge pull request #736 from rtzoeller/cqe-mode-rx
Browse files Browse the repository at this point in the history
plugin_net: handle cqe-mode-rx ethtool option
  • Loading branch information
yarda authored Jan 29, 2025
2 parents 263f51c + cbaec70 commit 5452ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tuned/plugins/plugin_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def _get_config_options_coalesce(cls):
return {
"adaptive-rx": None,
"adaptive-tx": None,
"cqe-mode-rx": None,
"rx-usecs": None,
"rx-frames": None,
"rx-usecs-irq": None,
Expand Down Expand Up @@ -437,6 +438,7 @@ def _parse_device_parameters(self, value):
value = self._cmd.multiple_re_replace({
"Adaptive RX:": "adaptive-rx:",
"\\s+TX:": "\nadaptive-tx:",
"CQE mode RX:": "cqe-mode-rx:",
"rx-frame-low:": "rx-frames-low:",
"rx-frame-high:": "rx-frames-high:",
"tx-frame-low:": "tx-frames-low:",
Expand Down

0 comments on commit 5452ada

Please sign in to comment.