app/flow-perf: export some config as runtime options
[dpdk.git] / app / test-flow-perf / flow_gen.h
index 3d13737..1118a9f 100644 (file)
@@ -34,6 +34,9 @@ generate_flow(uint16_t port_id,
        uint16_t hairpinq,
        uint64_t encap_data,
        uint64_t decap_data,
+       uint8_t core_idx,
+       uint8_t rx_queues_count,
+       bool unique_data,
        struct rte_flow_error *error);
 
 #endif /* FLOW_PERF_FLOW_GEN */