From 6a45a52beaab49ab30a06a4cafe60bb869c1800d Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Thu, 7 Mar 2019 13:45:13 +0200 Subject: 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 Reviewed-by: Petri Savolainen --- example/simple_pipeline/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/simple_pipeline/.gitignore (limited to 'example/simple_pipeline/.gitignore') diff --git a/example/simple_pipeline/.gitignore b/example/simple_pipeline/.gitignore new file mode 100644 index 000000000..3b1c20744 --- /dev/null +++ b/example/simple_pipeline/.gitignore @@ -0,0 +1,3 @@ +odp_simple_pipeline +*.log +*.trs -- cgit v1.2.3