X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fip_pipeline%2Fpipeline%2Fpipeline_flow_classification_be.h;h=d8129b214299cbee50935402351c053b8031b3b4;hb=f4b7699c88f74aeb9983aa7ef438f8e7e72eb8c5;hp=46403d58c3f803228b29b0349957b4c7e7670ffb;hpb=7122d30131ad31add280ef4b996d306f76c6b32c;p=dpdk.git diff --git a/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h b/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h index 46403d58c3..d8129b2142 100644 --- a/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h +++ b/examples/ip_pipeline/pipeline/pipeline_flow_classification_be.h @@ -59,6 +59,7 @@ struct pipeline_fc_add_msg_req { uint8_t key[PIPELINE_FC_FLOW_KEY_MAX_SIZE]; uint32_t port_id; + uint32_t flow_id; }; struct pipeline_fc_add_msg_rsp { @@ -73,6 +74,7 @@ struct pipeline_fc_add_msg_rsp { struct pipeline_fc_add_bulk_flow_req { uint8_t key[PIPELINE_FC_FLOW_KEY_MAX_SIZE]; uint32_t port_id; + uint32_t flow_id; }; struct pipeline_fc_add_bulk_flow_rsp {