aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_sysfs_stats.h
AgeCommit message (Collapse)Author
2021-06-23linux-gen: pktio: read extra statistics using linux sysfsMatias Elo
Add internal functions for reading extra pktio statistics using Linux sysfs. These functions can be used by multiple pktio devices. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
Rename some symbols that are global in the static library, in order to avoid clashes with application code. The prefix "_odp_" is added to the existing names. This patch renames most of the global symbols, a few more still remain to be renamed. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
2018-06-13linux-gen: pktio: move ethtool and sysfs stats files to new folderBogdan Pricope
Cleanup code structure by moving stats related files to new folder and creating header file for sysfs stats. Signed-off-by: Bogdan Pricope <bogdan.pricope@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>