X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=app%2Ftest-flow-perf%2Fflow_gen.h;h=073019ce38193da0296792300bee2e0011153c7e;hb=42902e810d34038754535cd0883e3621d16f34ae;hp=f1d0999af11b9a11730b8b64963e26883407ff05;hpb=070316d01d3e354154abec9b0eb4b8d2990c872b;p=dpdk.git diff --git a/app/test-flow-perf/flow_gen.h b/app/test-flow-perf/flow_gen.h index f1d0999af1..073019ce38 100644 --- a/app/test-flow-perf/flow_gen.h +++ b/app/test-flow-perf/flow_gen.h @@ -34,7 +34,11 @@ generate_flow(uint16_t port_id, uint16_t hairpinq, uint64_t encap_data, uint64_t decap_data, + uint16_t dst_port, uint8_t core_idx, + uint8_t rx_queues_count, + bool unique_data, + uint8_t max_priority, struct rte_flow_error *error); #endif /* FLOW_PERF_FLOW_GEN */