pmac: integration without lib
authorIntel <intel.com>
Tue, 12 Mar 2013 11:03:00 +0000 (12:03 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 25 Jul 2013 14:07:50 +0000 (16:07 +0200)
commit0100a515b5631b5a598e75bdf838870caab50470
treea4e44d405394137b97c2d5f32a386cba26a9ba8a
parentcd3cefac77a5ad709ec918b09f9d7454c24ed222
pmac: integration without lib

This library could be used for pattern matching and ACL.
Code of librte_pmac is not released as Open Source.

Signed-off-by: Intel
13 files changed:
app/Makefile
app/test/Makefile
app/test/autotest_data.py
app/test/commands.c
app/test/test.h
app/test/test_pmac_acl.c [new file with mode: 0644]
app/test/test_pmac_acl.h [new file with mode: 0644]
app/test/test_pmac_pm.c [new file with mode: 0644]
app/test/test_pmac_pm.h [new file with mode: 0644]
lib/Makefile
lib/librte_eal/common/include/rte_log.h
lib/librte_eal/common/include/rte_tailq_elem.h
mk/rte.app.mk