]> git.droids-corp.org - dpdk.git/blobdiff - app/test-flow-perf/flow_gen.h
app/flow-perf: support raw encap/decap actions
[dpdk.git] / app / test-flow-perf / flow_gen.h
index 53469c659fbc72af560ae49b5669e44fe36e067f..3d13737d65c6123adb2b9818e818ef7395c46fb1 100644 (file)
@@ -32,6 +32,8 @@ 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,
        struct rte_flow_error *error);
 
 #endif /* FLOW_PERF_FLOW_GEN */