openvswitch: Remove pkt_key from OVS_CB
authorPravin B Shelar <pshelar@nicira.com>
Tue, 16 Sep 2014 02:15:28 +0000 (19:15 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Tue, 16 Sep 2014 06:28:13 +0000 (23:28 -0700)
OVS keeps pointer to packet key in skb->cb, but the packet key is
store on stack. This could make code bit tricky. So it is better to
get rid of the pointer.

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

Simple merge
Simple merge
Simple merge