datapath: Remove pkt_key from OVS_CB.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 18 Sep 2014 01:58:44 +0000 (18:58 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Sun, 21 Sep 2014 02:45:56 +0000 (19:45 -0700)
commite74d48171e590b50cdcb2798a3e7c5c32313887b
treefb6c4e6b400813d056225b916143e5ce60006709
parent114fce23a7f1c48c6bd63e75ef698698c4103c97
datapath: 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>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/actions.c
datapath/datapath.c
datapath/datapath.h
datapath/flow.c
datapath/vport-lisp.c
datapath/vport.c