mlx5_core: Add OFED-only sysfs files and commands#71
Open
saviramnvidia wants to merge 1 commit into
Open
Conversation
Enhance the mlx5_core plugin with OFED-specific features and improve OpenVSwitch sFlow collection. mlx5_core plugin enhancements: - Add ethtool RSS hash collection (ethtool -x) for all ethernet devices - Add ethtool firmware dump support (ethtool -w) with deprecation notice for kernels >= 6.1 - Add optional firmware dump data collection via --firmware-dump option - Add sysfs path collection organized by category: * Network device settings: hairpin counters, rate limiting, local loopback * SR-IOV and VF configurations: meters, VLAN, config * InfiniBand settings: TTL and traffic class overrides * devlink compatibility paths OpenVSwitch plugin enhancement: - Add sFlow configuration collection (ovs-vsctl list sflow) Signed-off-by: Stav Aviram <saviram@nvidia.com>
dickmanmaor
reviewed
Jul 15, 2025
Collaborator
|
Any plan for mlxdevm plugin? |
dickmanmaor
reviewed
Nov 9, 2025
| f"{self.vctl} -t 5 list datapath", | ||
| # Capture OVS mirror list | ||
| f"{self.vctl} -t 5 list mirror", | ||
| # Capture OVS sflow list |
Collaborator
There was a problem hiding this comment.
split to different patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhance the mlx5_core plugin with OFED-specific
features and improve OpenVSwitch sFlow collection.
mlx5_core plugin enhancements:
OpenVSwitch plugin enhancement:
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines