summaryrefslogtreecommitdiff
path: root/lib/odp-util.h
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2016-06-23 17:54:26 -0700
committerJustin Pettit <jpettit@ovn.org>2016-07-12 21:14:02 -0700
commit847b8b027af4401c8f1aff5e201a9cc84bb5fddb (patch)
tree82e5bb63af87caa4d45e85d8182ac37ea85f5103 /lib/odp-util.h
parent94300e095b4ae9d866bef402c1aebe4a2d3e8502 (diff)
downloadopenvswitch-847b8b027af4401c8f1aff5e201a9cc84bb5fddb.tar.gz
Increase number of registers to 16.
With eight 32-bit registers, we can only store two IPv6 addresses, which is pretty tight. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/odp-util.h')
-rw-r--r--lib/odp-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odp-util.h b/lib/odp-util.h
index 53ee66175..50e52e49b 100644
--- a/lib/odp-util.h
+++ b/lib/odp-util.h
@@ -141,7 +141,7 @@ void odp_portno_names_destroy(struct hmap *portno_names);
* add another field and forget to adjust this value.
*/
#define ODPUTIL_FLOW_KEY_BYTES 640
-BUILD_ASSERT_DECL(FLOW_WC_SEQ == 35);
+BUILD_ASSERT_DECL(FLOW_WC_SEQ == 36);
/* A buffer with sufficient size and alignment to hold an nlattr-formatted flow
* key. An array of "struct nlattr" might not, in theory, be sufficiently