android_kernel_samsung_univ.../net/openvswitch
Pravin B Shelar 8ec609d8b5 openvswitch: Convert dp rcu read operation to locked operations
dp read operations depends on ovs_dp_cmd_fill_info(). This API
needs to looup vport to find dp name, but vport lookup can
fail. Therefore to keep vport reference alive we need to
take ovs lock.

Introduced by commit 6093ae9aba ("openvswitch: Minimize
dp and vport critical sections").

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
2014-11-14 15:13:26 -08:00
..
actions.c openvswitch: Fix checksum calculation when modifying ICMPv6 packets. 2014-11-14 15:13:26 -08:00
datapath.c openvswitch: Convert dp rcu read operation to locked operations 2014-11-14 15:13:26 -08:00
datapath.h
dp_notify.c
flow_netlink.c openvswitch: Fix NDP flow mask validation 2014-11-14 15:13:26 -08:00
flow_netlink.h
flow_table.c
flow_table.h
flow.c openvswitch: Set flow-key members. 2014-10-17 23:54:02 -04:00
flow.h
Kconfig
Makefile
vport-geneve.c
vport-gre.c
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport-vxlan.c
vport.c
vport.h