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=53469c659fbc72af560ae49b5669e44fe36e067f;hpb=9001a863f45fc1a81dc13de2dc0748dfde1ce9aa;p=dpdk.git diff --git a/app/test-flow-perf/flow_gen.h b/app/test-flow-perf/flow_gen.h index 53469c659f..073019ce38 100644 --- a/app/test-flow-perf/flow_gen.h +++ b/app/test-flow-perf/flow_gen.h @@ -32,6 +32,13 @@ generate_flow(uint16_t port_id, uint16_t next_table, uint32_t outer_ip_src, 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 */