net/softnic: add command to enable/disable pipeline
[dpdk.git] / drivers / net / softnic / rte_eth_softnic_internals.h
index 2aba9a0..8163487 100644 (file)
@@ -783,6 +783,16 @@ softnic_thread_init(struct pmd_internals *p);
 void
 softnic_thread_free(struct pmd_internals *p);
 
+int
+softnic_thread_pipeline_enable(struct pmd_internals *p,
+       uint32_t thread_id,
+       const char *pipeline_name);
+
+int
+softnic_thread_pipeline_disable(struct pmd_internals *p,
+       uint32_t thread_id,
+       const char *pipeline_name);
+
 /**
  * CLI
  */