vdpa/mlx5: add task ring for multi-thread management
[dpdk.git] / app / test-flow-perf / config.h
index a14d4e0..29b6329 100644 (file)
@@ -5,11 +5,11 @@
 #define FLOW_ITEM_MASK(_x) (UINT64_C(1) << _x)
 #define FLOW_ACTION_MASK(_x) (UINT64_C(1) << _x)
 #define FLOW_ATTR_MASK(_x) (UINT64_C(1) << _x)
-#define GET_RSS_HF() (ETH_RSS_IP)
+#define GET_RSS_HF() (RTE_ETH_RSS_IP)
 
 /* Configuration */
-#define RXQ_NUM 4
-#define TXQ_NUM 4
+#define RXQ_NUM 1
+#define TXQ_NUM 1
 #define TOTAL_MBUF_NUM 32000
 #define MBUF_SIZE 2048
 #define MBUF_CACHE_SIZE 512
@@ -28,7 +28,7 @@
 #define PORT_ID_DST 1
 #define TEID_VALUE 1
 
-/* Flow items/acctions max size */
+/* Flow items/actions max size */
 #define MAX_ITEMS_NUM 32
 #define MAX_ACTIONS_NUM 32
 #define MAX_ATTRS_NUM 16