]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline.h
examples/ip_pipeline: add port enable and disable commands
[dpdk.git] / examples / ip_pipeline / pipeline.h
index 39e100856bf63b09c2c04f84080f53685c44b347..08b2555c1e5c47f70871403cd56dcc17e5ca7b14 100644 (file)
@@ -269,4 +269,12 @@ struct table_rule_action {
        struct rte_table_action_time_params time;
 };
 
+int
+pipeline_port_in_enable(const char *pipeline_name,
+       uint32_t port_id);
+
+int
+pipeline_port_in_disable(const char *pipeline_name,
+       uint32_t port_id);
+
 #endif /* _INCLUDE_PIPELINE_H_ */