Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum

2016-10-28 Thread my_ovs_discuss
  From: Thadeu Lima de Souza Cascardo To: my_ovs_disc...@yahoo.com Cc: Discuss Sent: Friday, October 28, 2016 1:50 AM Subject: Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum On Fri, Oct 28, 2016 at 12:17:39AM +, my_ovs_disc...@yaho

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-28 Thread my_ovs_discuss
Sure. Thanks for the response. Querier from OVS would be a perfect one.   From: Thadeu Lima de Souza Cascardo To: my_ovs_disc...@yahoo.com Cc: Discuss Sent: Thursday, October 27, 2016 6:25 PM Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question On Fri, Oct 28, 2016

Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum

2016-10-28 Thread Thadeu Lima de Souza Cascardo
t; To: my_ovs_disc...@yahoo.com > Cc: Discuss > Sent: Thursday, October 27, 2016 4:53 PM > Subject: Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't > validating IP checksum > > On Thu, Oct 27, 2016 at 10:10:19PM +, my_ovs_disc...@yahoo.com wrote:

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-27 Thread Thadeu Lima de Souza Cascardo
the app > > > >      From: "my_ovs_disc...@yahoo.com" > >  To: Thadeu Lima de Souza Cascardo > > Cc: Discuss > >  Sent: Monday, October 3, 2016 3:56 PM > >  Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question > >    > >

Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum

2016-10-27 Thread my_ovs_discuss
Thanks Thadeu. If we have to fix it, where should we add the code to validate the IP header checksum? -Thanks   From: Thadeu Lima de Souza Cascardo To: my_ovs_disc...@yahoo.com Cc: Discuss Sent: Thursday, October 27, 2016 4:53 PM Subject: Re: [ovs-discuss] openvswitch-2.5.0, mcast

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-27 Thread my_ovs_discuss
cardo To: my_ovs_disc...@yahoo.com Cc: Discuss Sent: Thursday, October 27, 2016 4:49 PM Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question On Thu, Oct 27, 2016 at 10:03:37PM +, my_ovs_disc...@yahoo.com wrote: > Haven't gotten any response for this so far. >   >

Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum

2016-10-27 Thread Thadeu Lima de Souza Cascardo
On Thu, Oct 27, 2016 at 10:10:19PM +, my_ovs_disc...@yahoo.com wrote: > Using openvswitch-2.5.0, user-space mode with Linux 2.6 based kernels.IGMP > packets from NIC driver are handed over to Linux stack using netif_rx(). > openvswitch is picking packets from net_device using netlink. > As th

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-27 Thread Thadeu Lima de Souza Cascardo
hat exactly do you want to do? Regards. Thadeu Cascardo. > Sent from Yahoo Mail. Get the app > > From: "my_ovs_disc...@yahoo.com" > To: Thadeu Lima de Souza Cascardo > Cc: Discuss > Sent: Monday, October 3, 2016 3:56 PM > Subject: Re: [ovs-disc

Re: [ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum

2016-10-27 Thread my_ovs_discuss
Sorry, I meant to say mcast-snooping path, not patch. -Thanks   From: "my_ovs_disc...@yahoo.com" To: Discuss Sent: Thursday, October 27, 2016 3:10 PM Subject: openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum Using openvswitch-2.5.0, user-space mode with Linux 2

[ovs-discuss] openvswitch-2.5.0, mcast-snooping patch isn't validating IP checksum

2016-10-27 Thread my_ovs_discuss
Using openvswitch-2.5.0, user-space mode with Linux 2.6 based kernels.IGMP packets from NIC driver are handed over to Linux stack using netif_rx(). openvswitch is picking packets from net_device using netlink. As this path bypasses Linux kernel's IP stack, Linux kernel isn't validating IP checks

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-27 Thread my_ovs_discuss
Haven't gotten any response for this so far.   Sent from Yahoo Mail. Get the app From: "my_ovs_disc...@yahoo.com" To: Thadeu Lima de Souza Cascardo Cc: Discuss Sent: Monday, October 3, 2016 3:56 PM Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-03 Thread my_ovs_discuss
Yes, Linux bridge querier. Topology is attached in the pdf. -Thanks.   Sent from Yahoo Mail. Get the app From: Thadeu Lima de Souza Cascardo To: my_ovs_disc...@yahoo.com Cc: Discuss Sent: Monday, October 3, 2016 3:41 PM Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-03 Thread Thadeu Lima de Souza Cascardo
>   > > Sent from Yahoo Mail. Get the app > > From: Thadeu Lima de Souza Cascardo > To: my_ovs_disc...@yahoo.com > Cc: Discuss > Sent: Monday, October 3, 2016 7:20 AM > Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question > > On Fri, Se

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-03 Thread my_ovs_discuss
check for queries? Thanks   Sent from Yahoo Mail. Get the app From: Thadeu Lima de Souza Cascardo To: my_ovs_disc...@yahoo.com Cc: Discuss Sent: Monday, October 3, 2016 7:20 AM Subject: Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question On Fri, Sep 30, 2016 at 01:25:08AM

Re: [ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-10-03 Thread Thadeu Lima de Souza Cascardo
On Fri, Sep 30, 2016 at 01:25:08AM +, my_ovs_disc...@yahoo.com wrote: > Hi,  openvswitch-2.5.0 seems to ignore IGMP queries with source IP 0.0.0.0 > But, RFC seems to say the following: Highlighted in red. > That switches shouldn't drop queries with source IP 0.0.0.0. The highlighted section m

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-10-01 Thread Stuart Cardall
I noticed after running: make check-valgrind TESTSUITEFLAGS=761 & before the test starts it shows: musl libc (x86_64) Version 1.1.15 Dynamic Program Loader Usage: /lib/ld-musl-x86_64.so.1 [options] [--] pathname [args] so perhaps this last error is due to how ldd is called (& is why valgrind

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-30 Thread Ben Pfaff
Hmm, now that I try it I see that even "valgrind true" reports the memory error in question, so it's not a problem with OVS. I'll have to keep looking for that test. On Fri, Sep 30, 2016 at 09:23:55PM +0100, Stuart Cardall wrote: > I noticed after running: > > make check-valgrind TESTSUITEFLAGS=

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-30 Thread Ben Pfaff
On Fri, Sep 30, 2016 at 03:07:17AM +0100, Stuart Cardall wrote: > The patches improved the failures to 11: > > _testsuite: 7 8 761 1859 1860 1861 1862 1863 1864 1868 1870 failed:_ > > 7: vsctl-bashcomp - basic verification FAILED > (completion.at:352) > 8: vsctl-bashcomp - argument co

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-30 Thread Stuart Cardall
The patches improved the failures to 11: _testsuite: 7 8 761 1859 1860 1861 1862 1863 1864 1868 1870 failed:_ 7: vsctl-bashcomp - basic verification FAILED (completion.at:352) 8: vsctl-bashcomp - argument completionFAILED (completion.at:454) 761: tunnel - Geneve option pre

[ovs-discuss] openvswitch-2.5.0 IGMP-SNOOPING question

2016-09-29 Thread my_ovs_discuss
Hi,  openvswitch-2.5.0 seems to ignore IGMP queries with source IP 0.0.0.0 But, RFC seems to say the following: Highlighted in red. That switches shouldn't drop queries with source IP 0.0.0.0. RFC 4541 IGMP and MLD Snooping Switches Considerations May 2006 This is not a problem in

Re: [ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-29 Thread Ben Pfaff
On Wed, Sep 28, 2016 at 08:44:28PM +0100, Stuart Cardall wrote: > I'm the Package Maintainer for ovs in Alpine Linux. The attached test > failures are most probably related to the use of Musl C (& not Glibc). > > If I can help test the errors please let me know. Some of these were pretty easy to

[ovs-discuss] [openvswitch 2.6.0] testsuite: 7 8 111 113 119 121 125 381 761 1859 1860 1861 1862 1863 1864 1868 1870 2247 failed

2016-09-29 Thread Stuart Cardall
Hello, I'm the Package Maintainer for ovs in Alpine Linux. The attached test failures are most probably related to the use of Musl C (& not Glibc). If I can help test the errors please let me know. Best Regards, Stuart. testsuite.dir.tar.xz Description: application/xz ___

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread Madhu Chakravarthy
Thanks Ben. Much appreciated.Sent from my Huawei Mobile Original Message Subject: Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensionsFrom: Ben Pfaff To: madhu CC: discuss@openvswitch.orgThis is kind of like asking "in what scenarios may one use a variable

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread Ben Pfaff
This is kind of like asking "in what scenarios may one use a variable" in a programming language. You can use registers to store values that later tables match. On Fri, Sep 09, 2016 at 10:09:40PM +0530, madhu wrote: > Hi Ben, > > Thanks for the reply. > > To be precise we are trying to implemen

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread madhu
Hi Ben, Thanks for the reply. To be precise we are trying to implement Service Function Chaining. The flows included in the below mail are in the compute node openvswitch controlled by opendaylight controller. If my understanding is correct load:0x2->NXM_NX_REG0[] stores hexadecimal value

Re: [ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread Ben Pfaff
On Fri, Sep 09, 2016 at 05:54:41PM +0530, madhu wrote: > I am trying to understand the open flow rules written to the openvswitch. > > I am using openvswitch with openflow version 1.3. In that I see flow rules > like below > > cookie=0x0, duration=133278.833s, table=0, n_packets=37283, > n_bytes=

[ovs-discuss] openvswitch - What is the use of NICIRA extensions

2016-09-09 Thread madhu
Hi All, I am trying to understand the open flow rules written to the openvswitch. I am using openvswitch with openflow version 1.3. In that I see flow rules like below cookie=0x0, duration=133278.833s, table=0, n_packets=37283, n_bytes=15219696, tun_id=0x5a,in_port=1 actions=load:0x2->NXM_N

Re: [ovs-discuss] [openvswitch 2.6.90] testsuite: 754 2260 failed

2016-08-25 Thread Ben Pfaff
On Thu, Aug 25, 2016 at 12:15:48PM +0200, Ashish Kurian wrote: > I implemented the OVS gtp patch and tried to run the command fakeroot > debian/rules binary and I got the result that GTP test failed. I tried to > look into the error but could not identify the cause of it. If anyone could > help me,

[ovs-discuss] [openvswitch 2.6.90] testsuite: 754 2260 failed

2016-08-25 Thread Ashish Kurian
Dear Members, I implemented the OVS gtp patch and tried to run the command fakeroot debian/rules binary and I got the result that GTP test failed. I tried to look into the error but could not identify the cause of it. If anyone could help me, please let me know. Best Regards, Ashish Kurian log.

Re: [ovs-discuss] openvswitch on windows

2016-08-13 Thread amine benali
t >> >> Or >> >> I have a windows host with Virtual Box and I want to run Open vSwitch >> inside of a VM of Virtual Box? >> >> >> >> Thanks, >> >> Alin. >> >> >> >> *From:* discuss [mailto:discuss-boun...@openvswitch.

Re: [ovs-discuss] openvswitch on windows

2016-08-12 Thread Nithin Raju
] On Behalf Of amine benali Sent: Thursday, August 11, 2016 1:51 PM To: discuss@openvswitch.org<mailto:discuss@openvswitch.org> Subject: [ovs-discuss] openvswitch on windows Hello , Have windows machine with Oracle virtual Box on it . would like to have virtual switch there as well . is it p

Re: [ovs-discuss] openvswitch on windows

2016-08-12 Thread amine benali
o:discuss-boun...@openvswitch.org] *On Behalf Of *amine > benali > *Sent:* Thursday, August 11, 2016 1:51 PM > *To:* discuss@openvswitch.org > *Subject:* [ovs-discuss] openvswitch on windows > > > > Hello , > > > > Have windows machine with Oracle virtual Box on it .

Re: [ovs-discuss] openvswitch on windows

2016-08-12 Thread Nithin Raju
lin. From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of amine benali Sent: Thursday, August 11, 2016 1:51 PM To: discuss@openvswitch.org<mailto:discuss@openvswitch.org> Subject: [ovs-discuss] openvswitch on windows Hello , Have windows machine with Oracle virtual Box on it

Re: [ovs-discuss] openvswitch on windows

2016-08-11 Thread Alin Serdean
...@openvswitch.org] On Behalf Of amine benali Sent: Thursday, August 11, 2016 1:51 PM To: discuss@openvswitch.org Subject: [ovs-discuss] openvswitch on windows Hello , Have windows machine with Oracle virtual Box on it . would like to have virtual switch there as well . is it possible with this setup ? How can

[ovs-discuss] openvswitch on windows

2016-08-11 Thread amine benali
Hello , Have windows machine with Oracle virtual Box on it . would like to have virtual switch there as well . is it possible with this setup ? How can i do that ? Thanks Regards ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/m

[ovs-discuss] [openvswitch 2.5.90] testsuite: 2224 failed

2016-08-05 Thread Ilya Maximets
There is one interesting bug: Test 2224 (ovn -- dhcpv4 : 1 HV, 2 LS, 2 LSPs/LS) constantly fails with 'CFLAGS=-march=native'. All other tests works normally. Environment: * OVS current master: commit d59831e9b08e ("bridge: No QoS configured is not an error") * Red Hat E

Re: [ovs-discuss] [openvswitch 2.5.90] testsuite: 2224 failed

2016-08-05 Thread Ilya Maximets
Same situation on another environment: * Ubuntu 16.04 LTS * Compiler: gcc (Ubuntu 5.3.1-14ubuntu2.1) 5.3.1 20160413 * Intel(R) Core(TM) i7-3770 CPU Best regards, Ilya Maximets. On 05.08.2016 14:37, Ilya Maximets wrote: > There is one interesting bug: > > Test 2224 (ovn -

Re: [ovs-discuss] [openvswitch 2.5.90] testsuite: 2224 failed

2016-08-05 Thread Ilya Maximets
Exactly same situation with gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2). On 05.08.2016 14:37, Ilya Maximets wrote: > There is one interesting bug: > > Test 2224 (ovn -- dhcpv4 : 1 HV, 2 LS, 2 LSPs/LS) constantly fails > with 'CFLAGS=-march=native'. All other tests works normally. > > Environment:

Re: [ovs-discuss] OpenvSwitch/KVM/Cisco-ASAv issue

2016-08-03 Thread Ben Pfaff
On Wed, Aug 03, 2016 at 11:09:41AM -0400, Carl Wilkerson wrote: > Two identical Cisco UCS 240 servers. OpenvSwitch (version 2.4.0) and KVM > running on CentOS 6.8. We've recently received a number of reports related to LACP and interoperation with Cisco equipment. These may be a regression since

[ovs-discuss] OpenvSwitch/KVM/Cisco-ASAv issue

2016-08-03 Thread Carl Wilkerson
I have an interesting issue. My current setup is as follows: Two identical Cisco UCS 240 servers. OpenvSwitch (version 2.4.0) and KVM running on CentOS 6.8. *OVS setup:* Linux created bond0 (physical eth0 and eth1 LACP pair) connected to ovs bridge (br0) configured as a trunk allowing all confi

Re: [ovs-discuss] [openvswitch 2.5.0] testsuite: 15 18 756 failed

2016-07-20 Thread Ben Pfaff
On Tue, Jul 19, 2016 at 01:54:52PM -0400, John Chludzinski wrote: > ## ## > ## Summary of the failures. ## > ## ## > Failed tests: > openvswitch 2.5.0 test suite test groups: > > NUM: FILE-NAME:LINE TEST-GROUP-NAME > KEYWORDS > > 15:

Re: [ovs-discuss] [openvswitch 2.5.90] testsuite: 1122 1128 2101 failed

2016-07-13 Thread Ben Pfaff
On Tue, Jul 05, 2016 at 12:11:05PM +0100, D3c3 Balus wrote: > Hello, > > > My environment: > - Ubuntu Xenial 16.04 LTS > - kernel: 4.7.0-040700rc6-generic > > Tried to install OVS from Git Master tree on two different machines and got > these failures - please see attached logs for details. >

[ovs-discuss] [openvswitch 2.5.1] testsuite: 953 failed

2016-06-06 Thread Gerhard Stenzel
## - ## ## openvswitch 2.5.1 test suite. ## ## - ## testsuite: command line was: $ ./tests/testsuite -C tests AUTOTEST_PATH=utilities:vswitchd:ovsdb:vtep:tests::ovn/controller-vtep:ovn/northd:ovn/utilities:ovn/controller 953 ## -

[ovs-discuss] [openvswitch 201606032020git961cf8e] testsuite: 1952 failed

2016-06-03 Thread Leif Madsen
Hey folks, I'm currently working on building out some OVS RPM packages for EPEL7 and Fedora, and then pushing those into a copr repo. The issue I'm currently running into is that I get a failed test when building for Fedora (it seems to get skipped on EPEL7). Build logs are available here: https

[ovs-discuss] Openvswitch on Google Cloud VM

2016-05-27 Thread Robert Åkerblom-Andersson
Hi, I'm trying to get openvswitch to work on a Google cloud VM but I keep failing on the step where I add the eth0 interface to the switch. I tried several times with different configurations. I'm a little suspicious that it might have to do with Google's own SDN implementation, specifically this

[ovs-discuss] [openvswitch 2.5.0] testsuite: 14 15 683 684 685 753 767 882 failed

2016-05-25 Thread José Miguel Guzmán
## - ## ## Test results. ## ## - ## ERROR: 1731 tests were run, 8 failed unexpectedly. 1 test was skipped. ## -- ## ## testsuite.log was created. ## ## -- ## testsuite.tgz Description: GNU Zip compressed data _

Re: [ovs-discuss] openvswitch master,do not support dpdk?

2016-05-09 Thread Chandran, Sugesh
Regards _Sugesh From: 307419...@qq.com [mailto:307419...@qq.com] Sent: Monday, May 9, 2016 1:37 PM To: Chandran, Sugesh ; discuss Subject: Re: RE: [ovs-discuss] openvswitch master,do not support dpdk? hi,sugesh thanks very much. I had start vswitchd with the new INSTALL.DPDK.md

[ovs-discuss] OpenvSwitch

2016-05-09 Thread Slavica Tomovic
Hello experts! I want to implement OpenFlow wireless networks by using Raspberry Pi devices. My idea is to install OVS software on them. Is it possible to such a thing? I read that OVS cannot be used for wireless networks, but what if I add multiple wi-fi interfaces to each RPI and interconnect t

Re: [ovs-discuss] openvswitch master,do not support dpdk?

2016-05-09 Thread 307419...@qq.com
: Chandran, Sugesh Date: 2016-05-09 16:04 To: 307419...@qq.com; discuss Subject: RE: [ovs-discuss] openvswitch master,do not support dpdk? Regards _Sugesh From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of 307419...@qq.com Sent: Monday, May 9, 2016 6:27 AM To: discuss Subject

Re: [ovs-discuss] openvswitch master,do not support dpdk?

2016-05-09 Thread Chandran, Sugesh
Regards _Sugesh From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of 307419...@qq.com Sent: Monday, May 9, 2016 6:27 AM To: discuss Subject: [ovs-discuss] openvswitch master,do not support dpdk? hi all, when I test dpdkvhostuser VM live-migration with ovs-2.5.0 and dpdk

[ovs-discuss] openvswitch master,do not support dpdk?

2016-05-08 Thread 307419...@qq.com
hi all, when I test dpdkvhostuser VM live-migration with ovs-2.5.0 and dpdk 16.04, I found that when Vm migrate to another host which has the same ovs and dpdk, the ovs-vswtichd on dest host cannot work well that cannot add new port to ovs. so I upgrade the ovs to the master code, but wh

Re: [ovs-discuss] openvswitch over lacp bond

2016-05-08 Thread Joel Wirāmu Pauling
advertised media rate does not equal actual link rate. UCS vnic's advertise as 40gbit's they are barely able to push 7Gbit. For example. On 9 May 2016 at 16:50, Edward Bond wrote: > The one you are referencing is to the loopback device on the VM, not VM to > VM. > > recap: > VM loopback device

Re: [ovs-discuss] openvswitch over lacp bond

2016-05-08 Thread Edward Bond
The one you are referencing is to the loopback device on the VM, not VM to VM. recap: VM loopback device on VM = 26 gbps VM traffic is limited to 10gbs ( actual data is ~5 per 10G link on host ) Host to Host is 18 gbs ( actual data is ~9 per 10G link on host ) Host bond0 = 20gbs link speed **Host

Re: [ovs-discuss] openvswitch over lacp bond

2016-05-08 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. > On May 8, 2016, at 4:35 PM, ed bond wrote: > > Scott, > > I agree. I am not expecting that. > > > > When I noticed Scenario 1, I looked at the openvswitch virtual ethernet > device, it only has 10gbs set to the link speed. That’s when I

Re: [ovs-discuss] openvswitch over lacp bond

2016-05-08 Thread Scott Lowe
Please see my response below. > On May 7, 2016, at 4:47 AM, ed bond wrote: > > Hello all, > > I was hoping someone might be able to help me diagnose what might be going on. > > Right now I have a bond0 interface setup with jumbo packets. I can get > 18gigabit/s throughput to a single host. H

Re: [ovs-discuss] openvswitch over lacp bond

2016-05-07 Thread ed bond
Inside vm: ubuntu@3-885bd897-3655-42ab-b0b9-a97b31826f88:~$ iperf -c 127.0.0.1 Client connecting to 127.0.0.1, TCP port 5001 TCP window size: 2.50 MByte (default) [ 3] local 12

Re: [ovs-discuss] openvswitch over lacp bond

2016-05-07 Thread Joel Wirāmu Pauling
What can you get over loopback in the VM?. It's likely your hitting a CPU/bus bound limit. On 7/05/2016 06:47, "ed bond" wrote: > Hello all, > > I was hoping someone might be able to help me diagnose what might be going > on. > > Right now I have a bond0 interface setup with jumbo packets. I can

[ovs-discuss] openvswitch over lacp bond

2016-05-07 Thread ed bond
Hello all, I was hoping someone might be able to help me diagnose what might be going on. Right now I have a bond0 interface setup with jumbo packets. I can get 18gigabit/s throughput to a single host. However inside the vms I am limited by 10gigabits per second. The VM’s have

[ovs-discuss] Openvswitch UDP forwarding Issue

2016-05-06 Thread Andrea Scafuto
Hello, I'm making a research about onos potential in Hybrid SDN/IP network: This is my configuration:[Network Configuration][1] This is the inside of single node: [Node Configuration][2] I've used Open vSwitch to create virtual Bridge, according to the following configuration: The standard rou

Re: [ovs-discuss] openvswitch not filtering tcp packets ovs-ofctl

2016-04-01 Thread Ben Pfaff
On Fri, Apr 01, 2016 at 11:41:42AM +, Cristina Palomo Regidor wrote: > I have modified priority of my flow but still 0 hits: > > SDNinaBox:/opt/products # ovs-ofctl dump-flows virbr2 > NXST_FLOW reply (xid=0x4): > cookie=0x0, duration=17874.209s, table=0, n_packets=947962078, > n_bytes=399887

Re: [ovs-discuss] openvswitch not filtering tcp packets ovs-ofctl

2016-04-01 Thread Cristina Palomo Regidor
Subject: [ovs-discuss] openvswitch not filtering tcp packets ovs-ofctl Hello, I have added two rules in ovs for dropping tcp packets ovs-ofctl add-flow virbr2 in_port=ANY,dl_type=0x0800,nw_proto=6,action=drop ovs-ofctl add-flow virbr2 in_port=8,dl_type=0x0800,nw_proto=6,action=drop But the tcp packets

[ovs-discuss] openvswitch not filtering tcp packets ovs-ofctl

2016-04-01 Thread Cristina Palomo Regidor
Hello, I have added two rules in ovs for dropping tcp packets ovs-ofctl add-flow virbr2 in_port=ANY,dl_type=0x0800,nw_proto=6,action=drop ovs-ofctl add-flow virbr2 in_port=8,dl_type=0x0800,nw_proto=6,action=drop But the tcp packets are not dropped. ovs-ofctl dump-flows virbr2 NXST_FLOW reply (xid

Re: [ovs-discuss] Openvswitch Southbound Protocols

2016-03-31 Thread Syed Faraz Ali
Ben, Thanks for turning the compass 180 degrees :) Regards, On Thu, Mar 31, 2016 at 4:51 PM, Ben Pfaff wrote: > On Thu, Mar 31, 2016 at 03:05:42PM +0200, Syed Faraz Ali wrote: > > I'm a newbie so apologies if the question sounds stupid. > > Let's consider I'm using openvswitch and openflow as

Re: [ovs-discuss] Openvswitch Southbound Protocols

2016-03-31 Thread Ben Pfaff
On Thu, Mar 31, 2016 at 03:05:42PM +0200, Syed Faraz Ali wrote: > I'm a newbie so apologies if the question sounds stupid. > Let's consider I'm using openvswitch and openflow as southbound protocol. I think that your compass is 180 degrees off. > My question is does openvswitch support more south

[ovs-discuss] Openvswitch Southbound Protocols

2016-03-31 Thread Syed Faraz Ali
Hello, I'm a newbie so apologies if the question sounds stupid. Let's consider I'm using openvswitch and openflow as southbound protocol. My question is does openvswitch support more southbound protocols like I2RS, BGP-LS or NETCONF? I didn't find any document that says openvswitch support other p

[ovs-discuss] Openvswitch 2.5.0

2016-03-19 Thread Farzaneh Pakzad
Dear All, I've removed the openvswitch version I had, and I downlaoded version (2.5.0) following the same steps in this link (https://github.com/mininet/mininet/wiki/Installing-new-version-of-Open-vSwitch) and instead of (OpenVSwitch 1.10) I used (OpenVSwitch 2.5.0). The installation went smooth

[ovs-discuss] Openvswitch error when logrotating

2016-03-18 Thread Nguyen Truong Son
Hi all I'm running Openstack with openvswith and get this situation. I'm using openvswith version 2.1.2-1 el6 x86_64 on Centos 6.6. Every weekend, when my server are rotating the log files, openvswitch gets error "Resource temporarily unavailable" each time neutron calls a command to it. Have

Re: [ovs-discuss] Openvswitch 2.5.0

2016-03-18 Thread George Shuklin
check if vswitchd is running (ps aux|grep vswitchd) and check it logs for errors. On 03/17/2016 06:37 AM, Farzaneh Pakzad wrote: Dear All, I've removed the openvswitch version I had, and I downlaoded version (2.5.0) following the same steps in this link (https://github.com/mininet/mininet

Re: [ovs-discuss] OPENVSWITCH 1.3

2016-03-14 Thread Ben Pfaff
On Mon, Mar 14, 2016 at 09:42:34AM +0700, cuong phung khac wrote: > hi everyone! >I'm researching about openvswitch1.3 and i am in trouble. > How to enable pipeline in openvswitch 1.3? > what command use to enable pipeline ? Don't use Open vSwitch 1.3. It is old. Upgrade. ___

[ovs-discuss] OPENVSWITCH 1.3

2016-03-14 Thread cuong phung khac
hi everyone! I'm researching about openvswitch1.3 and i am in trouble. How to enable pipeline in openvswitch 1.3? what command use to enable pipeline ? thanks! ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/di

[ovs-discuss] OpenVswitch configuration

2016-03-07 Thread Anudeep Reddy
Hello, Can I know how to configure the OpenVswitch parameters according to our requirements in Mininet? By parameters I mean its flow handling capacity, TCAM table etc. Regards, Anudeep. ___ discuss mailing list discuss@openvswitch.org http://openvswitc

[ovs-discuss] openvswitch issue with lacp

2016-02-23 Thread Gernot Poerner
Hi there, we currently use openvswitch in conjunction with our virtualization solution opennebula (http://www.opennebula.org) Our setup is running on Ubuntu 14.04, on Dell R620 with 4x 10Gig Network adapters connected to 2 Force Ten 4820T switches, using VLT and a port channel and using lacp

[ovs-discuss] Openvswitch

2016-02-03 Thread Aditi Dhale
Dear Sir/Madam, I am working with openvswitch for my engr. project. I want to add a new action in the code. I am finding it difficult to trace the action. (I am stuck at HMAP_FOR_EACH_WITH_HASH function in lib/ofp-actions.c. Not able to reach till the packet modifying function). Please, could you h

Re: [ovs-discuss] [openvswitch 2.5.90] testsuite: 649 650 806 807 812 860 898 913 914 927 928 938 956 958 failed

2016-02-01 Thread Ben Pfaff
On Sat, Jan 30, 2016 at 12:09:24AM +0100, Dimitri John Ledkov wrote: > Hello, > > Since early pre release 2.4.0 git snapshots (so something like 2.3.90) > the test suite has been failing on big endian platforms. > Well, it was failing on 32bit powerpc. Now it's also failing in a > similar fashion

Re: [ovs-discuss] Openvswitch configuration problems

2016-01-26 Thread Justin Pettit
You'll need to provide more details about what you've done and what you're seeing to help us debug it. --Justin > On Jan 26, 2016, at 7:17 AM, illlusioner77367 . wrote: > > Hello: > > I am trying to setup my openvswitch 2.0.90 running on Linaro 12.03 > > I add a bridge and a port for it >

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-19 Thread Sundar Ramakrishnan
accepts -Wno-unused... yes >>>> checking whether gcc -std=gnu99 accepts -Wno-unused-parameter... yes >>>> checking target hint for cgcc... x86_64 >>>> checking whether make has GNU make $(if) extension... yes >>>> configure: error: cannot link with dp

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-19 Thread Kavanagh, Mark B
gt;>attached config.log for debug purposes. >>> >>>I am still stuck and unable to figure out what the problem. >>> >>>Thanks >>>-sundar >>> >>>Have you built DPDK as a combined library? >>> >>>Try adding the followi

Re: [ovs-discuss] openvswitch: netlink: Flow actions may not be safe on all matching packets - MPLS packets hitting flood entry

2016-01-14 Thread Jesse Gross
On Wed, Jan 13, 2016 at 10:43 PM, Farhad Sunavala wrote: > > I keep getting several of these messages in kern.log > > Jan 10 19:27:42 controller-160 kernel: [175640.463342] openvswitch: netlink: > Flow actions may not be safe on all matching packets. > > The packets being dropped are MPLS packets

[ovs-discuss] openvswitch: netlink: Flow actions may not be safe on all matching packets - MPLS packets hitting flood entry

2016-01-13 Thread Farhad Sunavala
I keep getting several of these messages in kern.log Jan 10 19:27:42 controller-160kernel: [175640.463342] openvswitch: netlink: Flow actions may not be safe onall matching packets. The packets being dropped are MPLS packets which need to be sent over a VXLAN tunnel. Specifically, "unknown de

[ovs-discuss] Openvswitch - Patch Port leads to crashing child if rstp is enabled

2016-01-12 Thread Thomas Rosenstein
Hi, I just upgraded to 2.4.0 and enabled rstp, now adding a patch port leads to constant crashes of the child processes. This only happens if BOTH ends of the patch have rstp enabled! The commands: ovs-vsctl add-br br-test1 ovs-vsctl add-br br-test2 ovs-vsctl set br br-test1 rstp_enable=tru

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-12 Thread Kavanagh, Mark B
; >>Thanks >>-sundar >> >>Have you built DPDK as a combined library? >> >>Try adding the following option when building DPDK: >> >>make install T= CONFIG_RTE_BUILD_COMBINE_LIBS=y >> >>On Monday, January 11, 2016 5:14 AM, "Traynor, Kevin

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-12 Thread Kavanagh, Mark B
m: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff >> Sent: Friday, January 8, 2016 7:11 PM >> To: Sundar Ramakrishnan >> Cc: discuss@openvswitch.org >> Subject: Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7 >> >> On Fri, Ja

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-11 Thread Sundar Ramakrishnan
scuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff > Sent: Friday, January 8, 2016 7:11 PM > To: Sundar Ramakrishnan > Cc: discuss@openvswitch.org > Subject: Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7 > > On Fri, Jan 08, 2016 at 05:02:44PM +

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-11 Thread Kavanagh, Mark B
Cc: discuss@openvswitch.org<mailto:discuss@openvswitch.org> > Subject: Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7 > > On Fri, Jan 08, 2016 at 05:02:44PM +, Sundar Ramakrishnan wrote: > > I am trying to install openvswitch 2.4.0 with dpdk 2.2.0 bu

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-11 Thread Traynor, Kevin
> -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff > Sent: Friday, January 8, 2016 7:11 PM > To: Sundar Ramakrishnan > Cc: discuss@openvswitch.org > Subject: Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-08 Thread Ben Pfaff
on CentOS 7 >       (Sundar Ramakrishnan) >   2. Re: systemd ovs-vswitchd starts too early >       (=?UTF-8?Q?Beno=c3=aet?=) >   3. Re: Openvswitch Compatibility With DPDK on CentOS 7 (Ben Pfaff) >   4. Re: systemd ovs-vswitchd starts too early (Guru Shetty) > > >

[ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-08 Thread Sundar Ramakrishnan
Re: systemd ovs-vswitchd starts too early (Guru Shetty) -- Message: 1 Date: Fri, 8 Jan 2016 17:02:44 + (UTC) From: Sundar Ramakrishnan To: "discuss@openvswitch.org" Subject: [ovs-discuss] O

Re: [ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-08 Thread Ben Pfaff
On Fri, Jan 08, 2016 at 05:02:44PM +, Sundar Ramakrishnan wrote: > I am trying to install openvswitch 2.4.0 with dpdk 2.2.0 but I seem to > hit the same issue in spite of following several documentation guides > available on Openvswitch/Intel/DPDK etc., INSTALL.DPDK.md says that OVS requires D

[ovs-discuss] Openvswitch Compatibility With DPDK on CentOS 7

2016-01-08 Thread Sundar Ramakrishnan
Hello, I am trying to install openvswitch 2.4.0 with dpdk 2.2.0 but I seem to hit the same issue in spite of following several documentation guides available on Openvswitch/Intel/DPDK etc., Error snapshot upon running ./configure --with-dpdk=/usr/src/dpdk-2.2.0/x86_64-native-linuxapp-gcc checkin

Re: [ovs-discuss] openvswitch noraml behaviour

2016-01-03 Thread Vahric Muhtaryan
97 52:54:00:bd:d1:a70 Also you can enable/disable STP too ! Regards VM From: discuss on behalf of ?Mohammed Abuzaid? ? Reply-To: ?Mohammed Abuzaid? ? Date: Sunday 3 January 2016 at 13:59 To: "discuss@openvswitch.org" Subject: [ovs-discuss] openvswitch noraml behavi

[ovs-discuss] openvswitch noraml behaviour

2016-01-03 Thread ‫Mohammed Abuzaid‬ ‫
hi , everyone i'm doing a performance comparison between SDN and a traditional network using mininet, but unfortunately mininet doesn't emulate traditional networks directly. some solutions suggests using openvswitch in the normal switch behavior by installing flow entry with "Normal Forwarding

Re: [ovs-discuss] [openvswitch 2.4.0] testsuite: 56 58 failed

2015-12-22 Thread Ben Pfaff
The errors in these testsuite failures stem from a failure to create a directory with a 150-character name. Are you using some unusual file system that has a relatively short limit for file names? ___ discuss mailing list discuss@openvswitch.org http://o

Re: [ovs-discuss] OpenvSwitch vhostuser ports on Openstack Juno

2015-12-18 Thread Haris Tanvir
Thank you Sean for the detailed reply :) From: sean.k.moo...@intel.com To: haris.tan...@xflowresearch.com; discuss@openvswitch.org CC: sean.k.moo...@intel.com Subject: RE: [ovs-discuss] OpenvSwitch vhostuser ports on Openstack Juno Date: Tue, 15 Dec 2015 17:38:21 + Hi hopefully I

Re: [ovs-discuss] OpenvSwitch vhostuser ports on Openstack Juno

2015-12-15 Thread Mooney, Sean K
solution that is currently on master. Regards sean From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Haris Tanvir Sent: Monday, December 14, 2015 12:35 PM To: discuss@openvswitch.org Subject: [ovs-discuss] OpenvSwitch vhostuser ports on Openstack Juno Dear OpenvSwitch team, I am

Re: [ovs-discuss] OpenvSwitch vhostuser ports on Openstack Juno

2015-12-15 Thread Czesnowicz, Przemyslaw
-dpdk/) . For Liberty only the mechanism driver. And with Mitaka all the necessary code will be in Neutron. Best regards Przemek From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Haris Tanvir Sent: Monday, December 14, 2015 12:35 PM To: discuss@openvswitch.org Subject: [ovs-di

[ovs-discuss] OpenvSwitch vhostuser ports on Openstack Juno

2015-12-14 Thread Haris Tanvir
Dear OpenvSwitch team, I am trying to run the new OVS 2.4.0 (with dpdk vhost support) on a openstack Juno for the data traffic of virtual machines. The Openstack Juno(Installed via Fuel 6.0) has following versions of the components required: Operating System: Ubuntu 12.04 OVS: v2.0.2libvirt: 1.

Re: [ovs-discuss] openvswitch active passive bond on two lacp bond problem

2015-11-04 Thread Ben Pfaff
On Wed, Nov 04, 2015 at 04:27:41PM +0100, jyc wrote: > Hi everyone ! > > I'm working on a problem on proxmox using openvswitch. > > let me explain my goal : > > i have one server : 4 interfaces : eth1 eth2 eth3 eth4 > i have two juniper switch. > > i want to create a lacp bond0 on eth1 and eth2

[ovs-discuss] openvswitch active passive bond on two lacp bond problem

2015-11-04 Thread jyc
Hi everyone ! I'm working on a problem on proxmox using openvswitch. let me explain my goal : i have one server : 4 interfaces : eth1 eth2 eth3 eth4 i have two juniper switch. i want to create a lacp bond0 on eth1 and eth2 i want to create a lacp bond1 on eth3 and eth4 upon that, i want to cr

Re: [ovs-discuss] [openvswitch 2.3.2] testsuite: 717 fails on s390x

2015-11-02 Thread Andy Zhou
On Mon, Nov 2, 2015 at 3:57 AM, Gerhard Stenzel wrote: > On 10/30/2015 07:33 PM, Andy Zhou wrote: >>> >>> Thanks for the information. I have never ran into this failure, but >>> now I can see how it is possible. It seems we >>> should also not match the exact value of recirc_id. I will post a >>>

Re: [ovs-discuss] [openvswitch 2.3.2] testsuite: 717 fails on s390x

2015-11-02 Thread Gerhard Stenzel
On 10/30/2015 07:33 PM, Andy Zhou wrote: Thanks for the information. I have never ran into this failure, but now I can see how it is possible. It seems we should also not match the exact value of recirc_id. I will post a patch for this. This is done, I have pushed the patch to master, branch-2

  1   2   3   4   5   6   7   8   >