> On Dec 15, 2016, at 7:54 AM, Yuxin Ren <[email protected]> wrote: > > Hi, > > I am a beginner to OVS. > I have some basic questions about OVS. > > Is it a multiple threads application? > If so, what data structures are shared by multiple threads? > What synchronization technique is used to protect shared data structures?
Yes, it's multithreaded. Have you tried looking at the code? --Justin _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
