-
- Downloads
qos : queue_stats fixes for dynamic number of queues and queue stats without...
qos : queue_stats fixes for dynamic number of queues and queue stats without qid and ifname working. - Sustainable stats. - Device specific queue stats - Interface name now reading through UCI ports and code modularised, signal-handler code removed - removed qosmngr shared object from Makefile - Initial comments disposed. - Source code moved to seperate src directory - Added syslog in place of fprintf error logs. - seems to be working - Tests do not give warnings anymore - Unit and functional tests working - some more progress and minimal documentation - fixup to be squashed - temporary branch for easy-soc-libs - add gitlab infra support - qos ubus JSON reference for testing - Add QoS UCI config schema - add qos ubus JSON schema
Showing
- .gitignore 23 additions, 0 deletions.gitignore
- .gitlab-ci.yml 61 additions, 0 deletions.gitlab-ci.yml
- LICENSE 308 additions, 0 deletionsLICENSE
- Makefile 64 additions, 0 deletionsMakefile
- README.md 415 additions, 0 deletionsREADME.md
- VERSION 1 addition, 0 deletionsVERSION
- common.mk 10 additions, 0 deletionscommon.mk
- gitlab-ci/functional-api-test.sh 26 additions, 0 deletionsgitlab-ci/functional-api-test.sh
- gitlab-ci/functional-test.sh 22 additions, 0 deletionsgitlab-ci/functional-test.sh
- gitlab-ci/install-dependencies.sh 22 additions, 0 deletionsgitlab-ci/install-dependencies.sh
- gitlab-ci/iopsys-supervisord.conf 5 additions, 0 deletionsgitlab-ci/iopsys-supervisord.conf
- gitlab-ci/setup.sh 14 additions, 0 deletionsgitlab-ci/setup.sh
- gitlab-ci/unit-test.sh 13 additions, 0 deletionsgitlab-ci/unit-test.sh
- include/qosmngr.h 68 additions, 0 deletionsinclude/qosmngr.h
- src/main.c 133 additions, 0 deletionssrc/main.c
- src/qosmngr.c 366 additions, 0 deletionssrc/qosmngr.c
- test/api/json/qos.json 21 additions, 0 deletionstest/api/json/qos.json
- test/cmocka/Makefile 33 additions, 0 deletionstest/cmocka/Makefile
- test/cmocka/functional_test_qos.c 57 additions, 0 deletionstest/cmocka/functional_test_qos.c
- test/cmocka/unit_test_qos.c 137 additions, 0 deletionstest/cmocka/unit_test_qos.c
Loading
Please register or sign in to comment