mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
2ff3e4e486
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>