net/mvpp2: update QoS defaults variable name
[dpdk.git] / app / test-flow-perf / actions_gen.h
index 85e3176..77353cf 100644 (file)
@@ -19,6 +19,6 @@
 
 void fill_actions(struct rte_flow_action *actions, uint64_t *flow_actions,
        uint32_t counter, uint16_t next_table, uint16_t hairpinq,
-       uint64_t encap_data, uint64_t decap_data);
+       uint64_t encap_data, uint64_t decap_data, uint8_t core_idx);
 
 #endif /* FLOW_PERF_ACTION_GEN */