]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/thread.h
examples/ip_pipeline: add enable and disable commands
[dpdk.git] / examples / ip_pipeline / thread.h
index 47db428806491240fc9baca5fe185d26d5169496..facdf004eb6e1dba9dfa388620e8807b235d7dd5 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);