app/flow-perf: support raw encap/decap actions
[dpdk.git] / app / test-flow-perf / flow_gen.h
index 53469c6..3d13737 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 */