-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pinctrl: Use ovs_mutex_trylock() in the pinctrl thread.
When the ovn-controller main thread has locked the pinctrl mutex, pinctrl thread will not be able to process packet-ins (like DHCP, DNS and few others) since it tries to acquire this mutex for other purposes (besides packet-in processing) - like ip_mcast snoop run and svc monitor runs etc. Its better to try acquiring this mutex so that we can continue processing the packet-ins which don't require this mutex. Acked-by: Ales Musil <amusil@redhat.com> Signed-off-by: Numan Siddique <numans@ovn.org> (cherry picked from commit d71c451)
- Loading branch information
1 parent
cd08caf
commit 299b503
Showing
1 changed file
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters