Re: [ovs-discuss] native ovs for windows?

2016-12-15 Thread Alin Serdean
Hi Itamar, Sorry for the delay I lost this email along the way. In short OVS will work with containers without Hyper-V feature enabled. You need either the container or hyper-v feature enabled. For more information view: Slides: http://openvswitch.org/support/ovscon2016/8/1605-raju.pdf Video:

[ovs-discuss] VXLAN port is broken on Windows

2016-12-15 Thread Alin Serdean
Hi, I was testing on master and our Windows VXLAN implementation is broken. The root cause is: userspace sends out OVS_TUNNEL_KEY_ATTR_VXLAN_OPTS We could implement that functionality, but I was normal behavior when I have the following setup: 3c7cfa22-109c-4f6e-9652-d20a40527167 Bridge

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

2016-12-15 Thread Justin Pettit
The code is pretty well documented. I'd recommend looking through the code (e.g., lib/classifier.h) and looking for words like "thread" and "rcu". --Justin > On Dec 15, 2016, at 12:59 PM, Yuxin Ren wrote: > > Yes, I am learning the code now. > But I do not know which

Re: [ovs-discuss] MTU on ovs bridge

2016-12-15 Thread Vijay Sampath via discuss
Missed CCing list in the earlier email. Looks like the fix is present in 2.6.0. I will plan on upgrading On Thu, Dec 15, 2016 at 10:30 AM, Vijay Sampath < vsamp...@pluribusnetworks.com> wrote: > Thanks a lot Nick. We are using ovs version 2.5.90. I assume the feature > is not available here, as

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

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

2016-12-15 Thread Justin Pettit
> On Dec 15, 2016, at 7:54 AM, Yuxin Ren 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

Re: [ovs-discuss] OVN vs Distributed vSwitches

2016-12-15 Thread Scott Lowe
On 12/15/2016 02:29 AM, Shravan S K wrote: On 14 December 2016 at 00:47, Ben Pfaff > wrote: OVN is an SDN controller. > Most SDN controllers are platforms. OVN is an application. Could you clarify this, please? And, is microsegmentation(for

Re: [ovs-discuss] MTU on ovs bridge

2016-12-15 Thread nickcooper-zhangtonghao
Hi Vijay, The section “How can I configure the bridge internal interface MTU? “ and the ovs-vswitchd manpage may help you. https://github.com/openvswitch/ovs/blob/master/Documentation/faq/issues.rst Thanks. Nick >

Re: [ovs-discuss] OVN vs Distributed vSwitches

2016-12-15 Thread Shravan S K
On 14 December 2016 at 00:47, Ben Pfaff wrote: > OVN is an SDN controller. > > > Most SDN controllers are platforms. OVN is an application. > Could you clarify this, please? And, is microsegmentation(for example VMWare NSX, Cisco ACI) possible using OVN? Thanks.