]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_pipeline/pipeline/pipeline_flow_classification.h
examples/ip_pipeline: add flow id parameter to flow classification
[dpdk.git] / examples / ip_pipeline / pipeline / pipeline_flow_classification.h
index 7529314398c2b44f75b4729d4ec4e83aa9f91c37..9c775006399bfde2c9ce3ea5075537dcb783b0c5 100644 (file)
@@ -77,13 +77,15 @@ int
 app_pipeline_fc_add(struct app_params *app,
        uint32_t pipeline_id,
        struct pipeline_fc_key *key,
-       uint32_t port_id);
+       uint32_t port_id,
+       uint32_t flow_id);
 
 int
 app_pipeline_fc_add_bulk(struct app_params *app,
        uint32_t pipeline_id,
        struct pipeline_fc_key *key,
        uint32_t *port_id,
+       uint32_t *flow_id,
        uint32_t n_keys);
 
 int