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)
commit2ff3e4e4868675da1024175215991fa6d9856731
tree4734d124ac5208aff9445e59054e856a9126eda0
parentc1f570a6abc192f047550743f9957b617af605af
openvswitch: Remove pkt_key from OVS_CB

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