datapath: Use currect rcu API in exact match flow lookup function.
authorPravin B Shelar <pshelar@nicira.com>
Sat, 26 Jul 2014 03:34:48 +0000 (20:34 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Mon, 28 Jul 2014 22:59:14 +0000 (15:59 -0700)
commit8fe27b20acde7653adc0428bfcf7205492d47b78
tree86f1fe9f88dccaec5d727cd5e0df55b2531169af
parent6751a4b43e9ec5110dbaa2619dfa97b3f8f41cf4
datapath: Use currect rcu API in exact match flow lookup function.

exact match cache lookup is always done under ovs lock. So
use ovsl_dereference() API for rcu access.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
datapath/flow_table.c