]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit023ab07d6595b78255b8b74d1e909de65f54d96d
treea97a48cc34a9a1c911925af035011dec5ca654f3
parent3ed5abf5b3dbe69d1f42aab21dc6c15f55bff117
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