commit | d57170b1b1d71382a0d9cf31b01364a97add3f19 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Tue Jul 30 15:39:39 2013 -0700 |
committer | Jesse Gross <jesse@nicira.com> | Fri Aug 23 16:37:59 2013 -0700 |
tree | 7d8ce91219303f31fa7e08ab22c0735580cfcde3 | |
parent | 2771399ac9986c75437a83b1c723493cfcdfa439 [diff] |
openvswitch: Use RCU lock for flow dump operation. Flow dump operation is read-only operation. There is no need to take ovs-lock. Following patch use rcu-lock for dumping flows. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>