[ovs-discuss] what is openflow

2016-12-16 Thread Yuxin Ren
Hi all, What is the relationship between openflow and open vswitch? I got very confused. Thanks Yuxin ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] general question about synchronization in ovs

2016-12-15 Thread Yuxin Ren
Yes, I am learning the code now. But I do not know which code provide synchronization around the shared data structure. Could you give me some guidance? Thank you very much! Yuxin On Thu, Dec 15, 2016 at 3:54 PM, Justin Pettit wrote: > >> On Dec 15, 2016, at 7:54 AM, Yuxin R

[ovs-discuss] general question about synchronization in ovs

2016-12-15 Thread Yuxin Ren
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? Thanks a lot!! Yuxin