Discussion:
[ovs-discuss] Make ovs locks no-op
Anup Khadka
2014-10-20 19:43:52 UTC
Permalink
I am interested to know if there is a simple way to make the OVS lock
functions (ovs_mutex_lock, etc.) essentially no-ops.

Thank you,
Anup
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20141020/3ab6f535/attachment.html>
Ben Pfaff
2014-10-20 21:54:55 UTC
Permalink
Post by Anup Khadka
I am interested to know if there is a simple way to make the OVS lock
functions (ovs_mutex_lock, etc.) essentially no-ops.
You could implement them as no-ops.

Loading...