datapath: Remove redundant key ref from upcall_info.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 29 Jul 2014 17:04:52 +0000 (10:04 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 30 Jul 2014 20:24:26 +0000 (13:24 -0700)
commit9b277b3999354ab3b5d082c55e856e52b891a68e
tree53b92d425f57972b1f87490cb048eb2499e973f4
parent0077a780bf02bd26b92bea7a3e2c3d2b7cda14b0
datapath: 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>
datapath/actions.c
datapath/datapath.c
datapath/datapath.h