openvswitch: Remove redundant key ref from upcall_info.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 6 Nov 2014 14:57:27 +0000 (06:57 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 10 Nov 2014 02:58:44 +0000 (18:58 -0800)
struct dp_upcall_info has pointer to pkt_key which is already
available in OVS_CB.  This also simplifies upcall handling
for gso packet.

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

Simple merge
Simple merge
Simple merge