nicira-ext: Increase the number of NXM registers to 8.
[openvswitch] / lib / meta-flow.h
index 4917834766d69a49775c4b3a74e04ff10a963a77..e062312325cf243b69d3f304dcc7f91767dd6498 100644 (file)
@@ -50,6 +50,15 @@ enum mf_field_id {
     MFF_REG4,                   /* be32 */
 #endif
 #if FLOW_N_REGS > 5
+    MFF_REG5,                   /* be32 */
+#endif
+#if FLOW_N_REGS > 6
+    MFF_REG6,                   /* be32 */
+#endif
+#if FLOW_N_REGS > 7
+    MFF_REG7,                   /* be32 */
+#endif
+#if FLOW_N_REGS > 8
 #error
 #endif