commit | 2ff3e4e4868675da1024175215991fa6d9856731 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Mon Sep 15 19:15:28 2014 -0700 |
committer | Pravin B Shelar <pshelar@nicira.com> | Mon Sep 15 23:28:13 2014 -0700 |
tree | 4734d124ac5208aff9445e59054e856a9126eda0 | |
parent | c1f570a6abc192f047550743f9957b617af605af [diff] |
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>