meter: 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)
commite6541fdec8b2407e46569147be6887ca3ad4a704
tree3c5678bd745fda90285796107dad1c28865404ac
parentd7937e2e3d12e326b86248a42f95825db53c8b4f
meter: initial import

Signed-off-by: Intel
20 files changed:
app/test/Makefile
app/test/autotest_data.py
app/test/commands.c
app/test/test.h
app/test/test_meter.c [new file with mode: 0644]
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_meter/Makefile [new file with mode: 0644]
examples/qos_meter/main.c [new file with mode: 0755]
examples/qos_meter/main.h [new file with mode: 0755]
examples/qos_meter/rte_policer.c [new file with mode: 0644]
examples/qos_meter/rte_policer.h [new file with mode: 0644]
lib/Makefile
lib/librte_eal/common/include/rte_log.h
lib/librte_meter/Makefile [new file with mode: 0644]
lib/librte_meter/rte_meter.c [new file with mode: 0644]
lib/librte_meter/rte_meter.h [new file with mode: 0644]
mk/rte.app.mk