examples/ip_pipeline: add enable and disable commands
[dpdk.git] / examples / ip_pipeline / thread.h
index 47db428..facdf00 100644 (file)
@@ -7,6 +7,14 @@
 
 #include <stdint.h>
 
+int
+thread_pipeline_enable(uint32_t thread_id,
+       const char *pipeline_name);
+
+int
+thread_pipeline_disable(uint32_t thread_id,
+       const char *pipeline_name);
+
 int
 thread_init(void);