openvswitch: Remove flow member from struct ovs_skb_cb
authorLorand Jakab <lojakab@cisco.com>
Mon, 6 Oct 2014 12:45:32 +0000 (05:45 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 6 Nov 2014 07:52:35 +0000 (23:52 -0800)
commitd98612b8c1150cb73ecd45e94c62de053f89441c
tree2ed1870ee81bb17f5d6bbfaea04ea207f75836fc
parent1a4e96a0e989200f7180264e27b22e9a85f3fcc8
openvswitch: Remove flow member from struct ovs_skb_cb

The 'flow' memeber was chosen for removal because it's only used
in ovs_execute_actions() we can pass it as argument to this
function.

Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
net/openvswitch/actions.c
net/openvswitch/datapath.c
net/openvswitch/datapath.h