Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-11-13 Thread Jiri Pirko
Mon, Nov 12, 2018 at 09:22:03PM CET, michaels...@gmail.com wrote: >Calling it from net_dev_init doesn't look clean. >If you will see who is calling 'dev_add_offload' you will find out that >there are couple of modules that doing that except of the 8021q. so either >all modules should add offload fr

Re: [ovs-discuss] 0VS on Win 10 - "failed to enumerate system datapaths"

2018-11-13 Thread Alin Serdean
You can also build an MSI that you can deploy to targets for convenience. To build the MSI you can issue: `make windows_installer` As a prerequisite you also need http://wixtoolset.org/releases/ installed before issuing the command above. I’ll try to send a PR to update the documentation. De la

Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-11-13 Thread Michael Shteinbok
Jiri, that seems to work.. Thanks. Let's upstream this patch Michael ‫בתאריך יום ג׳, 13 בנוב׳ 2018 ב-12:13 מאת ‪Jiri Pirko‬‏ <‪j...@resnulli.us ‬‏>:‬ > Mon, Nov 12, 2018 at 09:22:03PM CET, michaels...@gmail.com wrote: > >Calling it from net_dev_init doesn't look clean. > >If you will see who is

Re: [ovs-discuss] Issue when using local_ip with VXLAN tunnels in OVS

2018-11-13 Thread Siva Teja ARETI
Hi Greg, Did you happen to get a chance to investigate this further? Siva Teja. On Fri, Nov 9, 2018 at 1:26 PM Gregory Rose wrote: > > On 11/8/2018 4:16 PM, Gregory Rose wrote: > > On 11/8/2018 3:48 PM, Siva Teja ARETI wrote: > > > > Siva, > >> >> When you see the error condition with the loca

Re: [ovs-discuss] 8021q module is not loaded when adding vlan through ovs (ovs-vsctl)

2018-11-13 Thread Jiri Pirko
Tue, Nov 13, 2018 at 09:19:19PM CET, michaels...@gmail.com wrote: >Jiri, >that seems to work.. Thanks. >Let's upstream this patch Done: http://patchwork.ozlabs.org/patch/997403/ > >Michael > >‫בתאריך יום ג׳, 13 בנוב׳ 2018 ב-12:13 מאת ‪Jiri Pirko‬‏ <‪j...@resnulli.us >‬‏>:‬ > >> Mon, Nov 12, 2018

Re: [ovs-discuss] Issue when using local_ip with VXLAN tunnels in OVS

2018-11-13 Thread Gregory Rose
On 11/13/2018 1:44 PM, Siva Teja ARETI wrote: Hi Greg, Did you happen to get a chance to investigate this further? Unfortunately not.  The IT team replaced a switch in the lab over the weekend and my access to the test machines is down. I have a ticket in to get it fixed and will resume deb

Re: [ovs-discuss] RFC: incremental computation for OVN with DDlog

2018-11-13 Thread Russell Bryant
On Wed, Nov 7, 2018 at 11:10 AM Ben Pfaff wrote: > > On Wed, Nov 07, 2018 at 08:57:00AM -0500, Mark Michelson wrote: > > Thanks for the e-mail, Ben. I'm 100% behind this effort. The performance > > benefits and the potential drop in CPU usage of OVN components is absolutely > > worth it. I have so

[ovs-discuss] How about give a simplify kernel version OVS used in Docker network?

2018-11-13 Thread Sam
Hi all, When I'm using Docker network, I choose linux bridge, as OVS will take high CPU cost. I think most user will encounter this problem. But also I want to use openflow and SDN. So how about give a simplify kernel version OVS used in Docker network ? __

Re: [ovs-discuss] How about give a simplify kernel version OVS used in Docker network?

2018-11-13 Thread Sam
And why OVS take high CPU cost? Sam 于2018年11月14日周三 下午1:51写道: > Hi all, > > When I'm using Docker network, I choose linux bridge, as OVS will take > high CPU cost. I think most user will encounter this problem. > > But also I want to use openflow and SDN. So how about give a simplify > kernel ver

Re: [ovs-discuss] Docker & Open vSwitch question.

2018-11-13 Thread Sam
Hi So your solution is: 0) add br1 and add patch port to br0, and add eth0(port to outside) to br0 1) config vlan100 on container1, access mode 2) config vlan200 on container2, access mode 3) config vlan100/200 on patch port of br1, trunk mode 4) config vlan100/200 on patch port of br0, trunk mode