-
- Downloads
Project 'iopsys/qosmngr' was moved to 'hal/qosmngr'. Please update any links and bookmarks that may still have the old path.
Initial QoS Manager project implementation
This implements the get_status method of the qos object, and
calls into libqos in easy-soc-libs to get the actual values to
serve them back to the caller.
This has been inspired by existing *mngr implementations.
Signed-off-by:
Oskar Viljasaar <oskar.viljasaar@iopsys.eu>
Showing
- .gitignore 21 additions, 0 deletions.gitignore
- LICENSE 308 additions, 0 deletionsLICENSE
- Makefile 8 additions, 0 deletionsMakefile
- README.md 31 additions, 0 deletionsREADME.md
- VERSION 1 addition, 0 deletionsVERSION
- common.mk 6 additions, 0 deletionscommon.mk
- include/qosmngr.h 59 additions, 0 deletionsinclude/qosmngr.h
- src/Makefile 32 additions, 0 deletionssrc/Makefile
- src/main.c 124 additions, 0 deletionssrc/main.c
- src/qosmngr.c 163 additions, 0 deletionssrc/qosmngr.c
.gitignore
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
VERSION
0 → 100644
common.mk
0 → 100644
include/qosmngr.h
0 → 100644
src/Makefile
0 → 100644
src/main.c
0 → 100644
src/qosmngr.c
0 → 100644
Please register or sign in to comment