commit | 56c19868e115fcf8d62d843e1b9616bb9837d0db | [log] [tgz] |
---|---|---|
author | Jarno Rajahalme <jrajahalme@nicira.com> | Mon May 05 13:24:53 2014 -0700 |
committer | Pravin B Shelar <pshelar@nicira.com> | Thu May 22 16:27:35 2014 -0700 |
tree | a013eb4d440cfc874332eb3120595e6b0c9976d8 | |
parent | fb5d1e9e127ad1542e5db20cd8620a1509baef69 [diff] |
openvswitch: Make flow mask removal symmetric. Masks are inserted when flows are inserted to the table, so it is logical to correspondingly remove masks when flows are removed from the table, in ovs_flow_table_remove(). This allows ovs_flow_free() to be called without locking, which will be used by later patches. Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>