aboutsummaryrefslogtreecommitdiff
path: root/example/m4
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-03-07 13:45:13 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2019-03-29 12:58:06 +0200
commit6a45a52beaab49ab30a06a4cafe60bb869c1800d (patch)
tree5475ec4f837bc4eb8b617e0ebc299d78adf6c0ae /example/m4
parente3217b34b9741560443b972aea71e270b547e7d9 (diff)
example: add new pipeline example application
Add new simple pipeline example application. The application receives packets from one interface and passes them through 0-N worker stages before outputting them from a second network interface. The RX, worker, and TX stages are connected using plain queues and each stage is run on a separate CPU thread. Optionally, the worker stages calculate CRC-32C over packet data. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'example/m4')
-rw-r--r--example/m4/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/example/m4/configure.m4 b/example/m4/configure.m4
index ee4f44bae..39f01d418 100644
--- a/example/m4/configure.m4
+++ b/example/m4/configure.m4
@@ -27,6 +27,7 @@ AC_CONFIG_FILES([example/classifier/Makefile
example/l2fwd_simple/Makefile
example/l3fwd/Makefile
example/packet/Makefile
+ example/simple_pipeline/Makefile
example/switch/Makefile
example/sysinfo/Makefile
example/time/Makefile