net/i40e: fix L4 checksum flag
[dpdk.git] / app / test-flow-perf / config.h
index 439f326..94e83c9 100644 (file)
 #define MBUF_CACHE_SIZE 512
 #define NR_RXD  256
 #define NR_TXD  256
+#define MAX_PORTS 64
+
+/* This is used for encap/decap & header modify actions.
+ * When it's 1: it means all actions have fixed values.
+ * When it's 0: it means all actions will have different values.
+ */
+#define FIXED_VALUES 1
 
 /* Items/Actions parameters */
 #define JUMP_ACTION_TABLE 2
@@ -23,7 +30,6 @@
 #define META_DATA 1
 #define TAG_INDEX 0
 #define PORT_ID_DST 1
-#define MARK_ID 1
 #define TEID_VALUE 1
 
 /* Flow items/acctions max size */