diff options
author | Pravin B Shelar <pshelar@nicira.com> | 2014-05-06 18:41:20 -0700 |
---|---|---|
committer | Pravin B Shelar <pshelar@nicira.com> | 2014-11-05 23:52:34 -0800 |
commit | 9b996e544a6bc7d201060fdcbdb5d4a9b734aa1b (patch) | |
tree | 460ba6f2685e4030871b43db2d3183bc1f781747 /net/openvswitch/flow_table.h | |
parent | 25cd9ba0abc0749e5cb78e6493c6f6b3311ec6c5 (diff) | |
download | linux-stable-9b996e544a6bc7d201060fdcbdb5d4a9b734aa1b.tar.gz linux-stable-9b996e544a6bc7d201060fdcbdb5d4a9b734aa1b.tar.bz2 linux-stable-9b996e544a6bc7d201060fdcbdb5d4a9b734aa1b.zip |
openvswitch: Move table destroy to dp-rcu callback.
Ths simplifies flow-table-destroy API. No need to pass explicit
parameter about context.
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Thomas Graf <tgraf@redhat.com>
Diffstat (limited to 'net/openvswitch/flow_table.h')
-rw-r--r-- | net/openvswitch/flow_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow_table.h b/net/openvswitch/flow_table.h index 5918bff7f3f6..f682c8c07f44 100644 --- a/net/openvswitch/flow_table.h +++ b/net/openvswitch/flow_table.h @@ -62,7 +62,7 @@ void ovs_flow_free(struct sw_flow *, bool deferred); int ovs_flow_tbl_init(struct flow_table *); int ovs_flow_tbl_count(struct flow_table *table); -void ovs_flow_tbl_destroy(struct flow_table *table, bool deferred); +void ovs_flow_tbl_destroy(struct flow_table *table); int ovs_flow_tbl_flush(struct flow_table *flow_table); int ovs_flow_tbl_insert(struct flow_table *table, struct sw_flow *flow, |