Skip to content

Draft: libethernet: Econet support [unsquashed]

Maxim Menshikov requested to merge mmenshikov-libethernet-econet into devel

This patch series introduces preliminary Econet support through libapi_switchmgr library. It was made with the API/implementation decomposition in mind based on understanding that libethernet supports more functionality than just statistics retrieval.

The following features are implemented and tested:

  • The API to get generic and rmon statistics is introduced.

There are minor changes in other libraries as well that are required for proper compilation of Econet target.

The functionality has undergone clang-tidy based analysis.

Edited by Maxim Menshikov

Merge request reports