mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
nicira-ext: Increase the number of NXM registers to 8.
Requested-by: Amar Padmanabhan <amar@nicira.com> Signed-off-by: Ethan Jackson <ethan@nicira.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user