From: Jarno Rajahalme Date: Mon, 5 May 2014 21:40:13 +0000 (-0700) Subject: openvswitch: Minimize ovs_flow_cmd_del critical section. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~153^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed067783e505bf66dcafa8647d08619eb5b1c55;p=pandora-kernel.git openvswitch: Minimize ovs_flow_cmd_del critical section. ovs_flow_cmd_del() now allocates reply (if needed) after the flow has already been removed from the flow table. If the reply allocation fails, a netlink error is signaled with netlink_set_err(), as is already done in ovs_flow_cmd_new_or_set() in the similar situation. Signed-off-by: Jarno Rajahalme Signed-off-by: Pravin B Shelar --- Reading git-diff-tree failed