Home
last modified time | relevance | path

Searched hist:"56 c19868e115fcf8d62d843e1b9616bb9837d0db" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dflow_table.cdiff 56c19868e115fcf8d62d843e1b9616bb9837d0db Mon May 05 15:24:53 CDT 2014 Jarno Rajahalme <jrajahalme@nicira.com> 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>