1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright 2020 Mellanox Technologies, Ltd
4 * This file contains the items related methods
7 #ifndef FLOW_PERF_ITEMS_GEN
8 #define FLOW_PERF_ITEMS_GEN
15 void fill_items(struct rte_flow_item *items, uint64_t flow_items,
16 uint32_t outer_ip_src);
18 #endif /* FLOW_PERF_ITEMS_GEN */