summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan Moats <rmoats@us.ibm.com>2016-08-31 15:22:43 +0000
committerBen Pfaff <blp@ovn.org>2016-08-31 10:03:18 -0700
commit926c34fd7c2080543bf3ee63a4830e0dc5c4af12 (patch)
treed5faf6798d8bc5e00531a5af0c10129f91fb0a7e /include
parent1cd740088e58c7d88a58f4ef99d8a30c773f8759 (diff)
downloadopenvswitch-926c34fd7c2080543bf3ee63a4830e0dc5c4af12.tar.gz
ovn-controller: Back out incremental processing
As [1] indicates, incremental processing hasn't resulted in an improvement worth the complexity it has added. This patch backs out all of the code specific to incremental processing, along with the persisting of OF flows, logical ports, multicast groups, all_lports, local and patched datapaths. Persisted objects in the ovn/controller/physical.c module will be used by a future patch set to determine if physical changes have occurred. Future patch sets in the series will convert the ovn/controller/encaps.c module back to full processing and remove the persistance of address sets in the ovn/controller/lflow.c module. [1] http://openvswitch.org/pipermail/dev/2016-August/078272.html Signed-off-by: Ryan Moats <rmoats@us.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include')
-rw-r--r--include/ovn/actions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ovn/actions.h b/include/ovn/actions.h
index 6f6f85851..d1942b34a 100644
--- a/include/ovn/actions.h
+++ b/include/ovn/actions.h
@@ -290,7 +290,6 @@ struct group_table {
struct group_info {
struct hmap_node hmap_node;
struct ds group;
- struct uuid lflow_uuid;
uint32_t group_id;
};
@@ -404,9 +403,6 @@ struct ovnact_encode_params {
/* A struct to figure out the group_id for group actions. */
struct group_table *group_table;
- /* The logical flow uuid that drove this action. */
- struct uuid lflow_uuid;
-
/* OVN maps each logical flow table (ltable), one-to-one, onto a physical
* OpenFlow flow table (ptable). A number of parameters describe this
* mapping and data related to flow tables: