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
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
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:
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
> >
> >
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
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.
>
>
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
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
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
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
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
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
>
>
> 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
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
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
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
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=
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
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
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
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
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
___
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
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
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
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=
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
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,
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.
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.
]
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
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 .
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
...@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
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
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
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 -
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:
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
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
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:
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.
>
## - ##
## 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
## -
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
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
## - ##
## 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
_
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
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
: 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
___
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
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
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
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
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
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
>
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
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
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
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
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
;
>>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
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
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 +
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
> -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
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)
>
>
>
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
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
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
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
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
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
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
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
-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
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.
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
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
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
>>>
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 - 100 of 746 matches
Mail list logo