]> git.droids-corp.org - dpdk.git/blobdiff - app/test-flow-perf/config.h
net/i40e: fix L4 checksum flag
[dpdk.git] / app / test-flow-perf / config.h
index 439f3264b45583492b2db804d7521a6bc2d150e4..94e83c9abcf8f218fecf73046ebf99057dea5d7b 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 */