You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: