summaryrefslogtreecommitdiff
path: root/lib/odp-util.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-01-11 13:25:24 -0800
committerBen Pfaff <blp@nicira.com>2015-01-11 13:25:24 -0800
commit18080541d2768c17c17711c35b4d4a23ab3e4153 (patch)
treee77602548cb48e31ce673a0509210af054fca9a4 /lib/odp-util.h
parent2e0bded4b44e671a06c8ceb97fc785778cc49458 (diff)
downloadopenvswitch-18080541d2768c17c17711c35b4d4a23ab3e4153.tar.gz
classifier: Add support for conjunctive matches.
A "conjunctive match" allows higher-level matches in the flow table, such as set membership matches, without causing a cross-product explosion for multidimensional matches. Please refer to the documentation that this commit adds to ovs-ofctl(8) for a better explanation, including an example. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
Diffstat (limited to 'lib/odp-util.h')
-rw-r--r--lib/odp-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/odp-util.h b/lib/odp-util.h
index b36179587..178fa1110 100644
--- a/lib/odp-util.h
+++ b/lib/odp-util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc.
+ * Copyright (c) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -133,7 +133,7 @@ void odp_portno_names_destroy(struct hmap *portno_names);
* add another field and forget to adjust this value.
*/
#define ODPUTIL_FLOW_KEY_BYTES 512
-BUILD_ASSERT_DECL(FLOW_WC_SEQ == 29);
+BUILD_ASSERT_DECL(FLOW_WC_SEQ == 30);
/* 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