]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline.h
examples/ip_pipeline: add table bulk add command
[dpdk.git] / examples / ip_pipeline / pipeline.h
index 4fc7b279c0623c12de332f9775efc18d26437c69..37d1c7afc70d3359d355c14ebd687a096cfecd8a 100644 (file)
@@ -302,6 +302,14 @@ pipeline_table_rule_add(const char *pipeline_name,
        struct table_rule_action *action,
        void **data);
 
+int
+pipeline_table_rule_add_bulk(const char *pipeline_name,
+       uint32_t table_id,
+       struct table_rule_match *match,
+       struct table_rule_action *action,
+       void **data,
+       uint32_t *n_rules);
+
 int
 pipeline_table_rule_add_default(const char *pipeline_name,
        uint32_t table_id,