sched: initial import
authorIntel <intel.com>
Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Sep 2013 12:09:21 +0000 (14:09 +0200)
commitde3cfa2c9823a7e0391d4f4a355e2d78b83eec62
tree0af4380bb4b07f872b3ea408ebeb80fc6a3f8a87
parente6541fdec8b2407e46569147be6887ca3ad4a704
sched: initial import

Signed-off-by: Intel
32 files changed:
app/test/Makefile
app/test/autotest_data.py
app/test/commands.c
app/test/test.h
app/test/test_red.c [new file with mode: 0644]
app/test/test_sched.c [new file with mode: 0755]
config/defconfig_i686-default-linuxapp-gcc
config/defconfig_i686-default-linuxapp-icc
config/defconfig_x86_64-default-linuxapp-gcc
config/defconfig_x86_64-default-linuxapp-icc
examples/qos_sched/Makefile [new file with mode: 0755]
examples/qos_sched/app_thread.c [new file with mode: 0755]
examples/qos_sched/args.c [new file with mode: 0755]
examples/qos_sched/cfg_file.c [new file with mode: 0755]
examples/qos_sched/cfg_file.h [new file with mode: 0755]
examples/qos_sched/init.c [new file with mode: 0755]
examples/qos_sched/main.c [new file with mode: 0755]
examples/qos_sched/main.h [new file with mode: 0755]
examples/qos_sched/profile.cfg [new file with mode: 0644]
lib/Makefile
lib/librte_eal/common/include/rte_log.h
lib/librte_mbuf/rte_mbuf.h
lib/librte_sched/Makefile [new file with mode: 0644]
lib/librte_sched/rte_approx.c [new file with mode: 0644]
lib/librte_sched/rte_approx.h [new file with mode: 0644]
lib/librte_sched/rte_bitmap.h [new file with mode: 0644]
lib/librte_sched/rte_red.c [new file with mode: 0644]
lib/librte_sched/rte_red.h [new file with mode: 0644]
lib/librte_sched/rte_sched.c [new file with mode: 0644]
lib/librte_sched/rte_sched.h [new file with mode: 0644]
lib/librte_sched/rte_sched_common.h [new file with mode: 0644]
mk/rte.app.mk