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)
commite8eedb85bd238613332570ac6ae683fee94fbe36
treea97a48cc34a9a1c911925af035011dec5ca654f3
parentfff06c36a2563214073707f6e6aea152713274d1
openvswitch: Remove redundant key ref from upcall_info.

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