app/flow-perf: add flow performance skeleton
[dpdk.git] / app / test-flow-perf / config.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright 2020 Mellanox Technologies, Ltd
3  */
4
5 #define GET_RSS_HF() (ETH_RSS_IP | ETH_RSS_TCP)
6
7 /* Configuration */
8 #define RXQ_NUM 4
9 #define TXQ_NUM 4
10 #define TOTAL_MBUF_NUM 32000
11 #define MBUF_SIZE 2048
12 #define MBUF_CACHE_SIZE 512
13 #define NR_RXD  256
14 #define NR_TXD  256