]> git.droids-corp.org - dpdk.git/blobdiff - app/test-flow-perf/config.h
test/raw: run selftest on all devices
[dpdk.git] / app / test-flow-perf / config.h
index 439f3264b45583492b2db804d7521a6bc2d150e4..8f42bc589c85870e4d6e9a71b50f8de9987d127d 100644 (file)
 #define NR_RXD  256
 #define NR_TXD  256
 
+/* 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
 #define VLAN_VALUE 1
@@ -23,7 +29,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 */