]> git.proxmox.com Git - mirror_ovs.git/commit - datapath/datapath.c
datapath: Remove flow member from struct ovs_skb_cb
authorLorand Jakab <lojakab@cisco.com>
Thu, 21 Aug 2014 17:25:47 +0000 (20:25 +0300)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 26 Aug 2014 00:55:32 +0000 (17:55 -0700)
commitad50cb605b24495956b6a7664d379abd3912ed50
tree1b093aa9a93be95c0d23c92d0984db10264e86fb
parent0725e74731e4ea3e49dae7200835050f0b726c88
datapath: Remove flow member from struct ovs_skb_cb

struct ovs_skb_cb is full on kernels < 3.11 due to compatibility code.
This patch removes the 'flow' member in order to make room for data
needed by layer 3 flow/port support that will be added in an upcoming
patch.  The 'flow' memeber was chosen for removal because it's only used
in ovs_execute_actions().

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