commit | 663efa3696232300a8ad3a46bb10482fc0b861cf | [log] [tgz] |
---|---|---|
author | Jesse Gross <jesse@nicira.com> | Tue Dec 03 10:58:53 2013 -0800 |
committer | Jesse Gross <jesse@nicira.com> | Mon Jan 06 15:51:48 2014 -0800 |
tree | b47f23f1c21ebc8c0e7deb333a44fe5a7e511b7d | |
parent | 5bb506324d150578afadd10c3198ef5b29f5876b [diff] |
openvswitch: Silence RCU lockdep checks from flow lookup. 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>