net/iavf: add GTPU in default hash
[dpdk.git] / app / test-flow-perf / actions_gen.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2020 Mellanox Technologies, Ltd
3  *
4  * This file contains the functions definitions to
5  * generate each supported action.
6  */
7
8 #ifndef FLOW_PERF_ACTION_GEN
9 #define FLOW_PERF_ACTION_GEN
10
11 #include <rte_flow.h>
12
13 #include "config.h"
14
15 void fill_actions(struct rte_flow_action *actions, uint64_t actions_selector,
16         uint32_t counter, uint16_t next_table, uint16_t hairpinq);
17
18 #endif /* FLOW_PERF_ACTION_GEN */