openvswitch: Silence RCU lockdep checks from flow lookup.
commit 663efa36 upstream. Flow lookup can happen either in packet processing context or userspace context but it was annotated as requiring RCU read lock to be held. This also allows OVS mutex to be held without causing warnings. Reported-by:Justin Pettit <jpettit@nicira.com> Signed-off-by:
Jesse Gross <jesse@nicira.com> Reviewed-by:
Thomas Graf <tgraf@redhat.com> [ kamal: 3.13-stable prereq for: 4a46b24e openvswitch: Use exact lookup for flow_get and flow_del. ] Cc: Joseph Salisbury <joseph.salisbury@canonical.com> Signed-off-by:
Kamal Mostafa <kamal@canonical.com>
Showing
Please register or sign in to comment