X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fpipeline.h;h=e6095381c5bac77f37aba1b04ddc37ca101cf3bf;hb=c64b9121a9637e02e62b791c88d556cee1c269a1;hp=37d1c7afc70d3359d355c14ebd687a096cfecd8a;hpb=3186282f8e12dad3e1b1b8b287a9d62d31886c01;p=dpdk.git diff --git a/examples/ip_pipeline/pipeline.h b/examples/ip_pipeline/pipeline.h index 37d1c7afc7..e6095381c5 100644 --- a/examples/ip_pipeline/pipeline.h +++ b/examples/ip_pipeline/pipeline.h @@ -325,4 +325,11 @@ int pipeline_table_rule_delete_default(const char *pipeline_name, uint32_t table_id); +int +pipeline_table_rule_stats_read(const char *pipeline_name, + uint32_t table_id, + void *data, + struct rte_table_action_stats_counters *stats, + int clear); + #endif /* _INCLUDE_PIPELINE_H_ */