Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardware Counters for KNET interfaces #113

Open
KanjiMonster opened this issue Jul 19, 2024 · 0 comments
Open

Hardware Counters for KNET interfaces #113

KanjiMonster opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KanjiMonster
Copy link
Contributor

Currently any hardware packet counters are hidden within the Broadcom SDK. It would be nice if these counters could be exposed via standard ethtool interfaces.

This could be done the following way:

  • Modify the KNET kernel interface with an function to update counters for created interfaces.
  • Modify the KNET kernel module to expose those counters.
  • Modify the SDK or OF-DPA to register a callback for counter updates in the SDK, and push the updated counters into the KNET kernel driver.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant