aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBalasubramanian Manoharan <bala.manoharan@linaro.org>2015-04-23 16:07:41 +0530
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-05-15 13:58:36 +0100
commite644ce4e7812946d7175d7452f02058d534e5de7 (patch)
tree68a955558ef5ad77614c5b7a168b2706bc71922f /configure.ac
parent07833034064c1b2be38fea3f2a1bc2dff8965ecc (diff)
example: ODP classifier example
ODP Classifier example This programs gets pmr rules as command-line parameter and configures the classification engine in the system. This initial version supports the following * ODP_PMR_SIP_ADDR pmr term * PMR term MATCH and RANGE type * Multiple PMR rule can be set on a single pktio interface with different queues associated to each PMR rule * Automatically configures a default queue and provides statistics for the same * Prints statistics interms of the number of packets dispatched to each queue Signed-off-by: Balasubramanian Manoharan <bala.manoharan@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0677369bb..642125f86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,6 +275,7 @@ AM_CXXFLAGS="-std=c++11"
AC_CONFIG_FILES([Makefile
doc/Makefile
example/Makefile
+ example/classifier/Makefile
example/generator/Makefile
example/ipsec/Makefile
example/packet/Makefile