Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Bo Sun
Hi Thadeu, Finally, I switch to Open vSwitch 2.5.1 and DPDK 2.2.0 with identical hugepage setup, and it works fine. Using the stable version of OVS is a workaround to avoid this issue. I searched for the error messages, and they are from a patch for Jumbo Frames on Aug 9, 2016( http://openvswitc

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Thadeu Lima de Souza Cascardo
On Wed, Oct 26, 2016 at 10:01:39PM +0800, Bo Sun wrote: > Hi Thadeu, > > Thank you for your inspiring advice and patience. > > I set the brige and device as type dpdk, then I found that it's caused by > insufficient memory. > > Since I get the reason, I will change NUMA memory policy and try to

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Bo Sun
Hi Thadeu, Thank you for your inspiring advice and patience. I set the brige and device as type dpdk, then I found that it's caused by insufficient memory. Since I get the reason, I will change NUMA memory policy and try to solve it. Thanks again. Here are logs: 2016-10-26T13:50:29Z|00022|dpd

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Thadeu Lima de Souza Cascardo
On Wed, Oct 26, 2016 at 09:25:38PM +0800, Bo Sun wrote: > It also failed. > I think, if dpdk0 is available, it should appear in logs. But I never see > dpdk0 in logs. > > Here are details of adding dpdk0: > > # ovs-vsctl add-port ovsbr dpdk0 > ovs-vsctl: Error detected while setting up 'dpdk0'.

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Bo Sun
It also failed. I think, if dpdk0 is available, it should appear in logs. But I never see dpdk0 in logs. Here are details of adding dpdk0: # ovs-vsctl add-port ovsbr dpdk0 ovs-vsctl: Error detected while setting up 'dpdk0'. See ovs-vswitchd log for details. Log details: 2016-10-26T13:16:39.224

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Thadeu Lima de Souza Cascardo
On Wed, Oct 26, 2016 at 09:13:46PM +0800, Bo Sun wrote: > Sorry for forgetting to include mail list, I'm re-sending my reply. > > The problem is that there isn't dpdk0 or dpdk1 port shown up. > So I can't add dpdk port to the brige, which means that I can't use dpdk to > transfer packets. > I did

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Bo Sun
Sorry for forgetting to include mail list, I'm re-sending my reply. The problem is that there isn't dpdk0 or dpdk1 port shown up. So I can't add dpdk port to the brige, which means that I can't use dpdk to transfer packets. I didn't add any other ports to the brige, because I intend to use OVS-DP

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Thadeu Lima de Souza Cascardo
On Wed, Oct 26, 2016 at 08:10:55PM +0800, 孙博 wrote: > The problem is that there isn't dpdk0 or dpdk1 port shown up. > So I can't add dpdk port to the brige, which means that I can't use dpdk to > transfer packets. > I didn't add any other ports to the brige, because I intend to use OVS_DPDK. > >

Re: [ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Thadeu Lima de Souza Cascardo
On Wed, Oct 26, 2016 at 06:08:24PM +0800, Bo Sun wrote: > Hi list, > > I'm using OVS 2.6.0 and DPDK 16.07 on CentOS 7.2, following the > instructions on ovs/INSTALL.DPDK.rst. > > When I start ovs-vswitchd, it can't function properly. > > I got warnings like "ovs|00014|timeval|WARN|Unreasonably l

[ovs-discuss] "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232msuser, 5958ms system)" on OVS 2.6.0 & DPDK 16.07

2016-10-26 Thread Bo Sun
Hi list, I'm using OVS 2.6.0 and DPDK 16.07 on CentOS 7.2, following the instructions on ovs/INSTALL.DPDK.rst. When I start ovs-vswitchd, it can't function properly. I got warnings like "ovs|00014|timeval|WARN|Unreasonably long 6567ms poll interval (232ms user, 5958ms system)" and many others. I

Re: [ovs-discuss] OVS + Mininet

2016-10-20 Thread Advith Nagappa
*On Behalf Of *Advith > Nagappa > *Sent:* Wednesday, October 19, 2016 2:18 AM > *To:* discuss@openvswitch.org > *Subject:* [ovs-discuss] OVS + Mininet > > > > Hi , > > > > I was running mininet with userspace ovs (mn --switch user)(h1, h2 and s1) > > > > I

Re: [ovs-discuss] [ovs-dev] packets getting dropped in vhostuser port

2016-10-20 Thread Kapil Adhikesavalu
Hi I was moving to latest version of ovs + dpdk for jumbo frame support. Will i be able to get jumbo frame support in ovs 2.5.9 + dpdk 16.04 ? i dont want a way to configure mtu as in 2.6, just a hard coded jumbo frame size should do. i see testpmd has a way to configure mtu on dpdk(in 16.04), So

Re: [ovs-discuss] OVS + Mininet

2016-10-20 Thread Chandran, Sugesh
Regards _Sugesh From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Advith Nagappa Sent: Wednesday, October 19, 2016 2:18 AM To: discuss@openvswitch.org Subject: [ovs-discuss] OVS + Mininet Hi , I was running mininet with userspace ovs (mn --switch user)(h1, h2 and s1) I

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-19 Thread Chandran, Sugesh
Regards _Sugesh From: Advith Nagappa [mailto:advith.naga...@gmail.com] Sent: Wednesday, October 19, 2016 11:11 AM To: Chandran, Sugesh Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] OVS - Userspace packet processing Thank you again. [Sugesh] I guess this must be something to do with

Re: [ovs-discuss] [ovs-dev] packets getting dropped in vhostuser port

2016-10-19 Thread Xu, Qian Q
One suggestion, could you keep dpdk as dpdk-16.04, only ovs upgrade, then see if the case still happen. Or you can keep only dpdk changed but no OVS change. We need to narrow down the issue. From my knowledge, qemu-2.4.1 is fine for the case. -Original Message- From: dev [mailto:dev-bo

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-19 Thread Advith Nagappa
< sugesh.chand...@intel.com> wrote: > > > > > *Regards* > > *_Sugesh* > > > > *From:* Advith Nagappa [mailto:advith.naga...@gmail.com] > *Sent:* Wednesday, October 19, 2016 9:15 AM > *To:* Chandran, Sugesh > *Cc:* discuss@openvswitch.org &

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-19 Thread Advith Nagappa
ail.com] > *Sent:* Wednesday, October 19, 2016 1:02 AM > *To:* Chandran, Sugesh > *Cc:* discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] OVS - Userspace packet processing > > > > Hello Sugesh, > > > > Thank you for the response. > > > > I am using us

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-19 Thread Advith Nagappa
Sent:* Sunday, October 16, 2016 1:33 AM > *To:* discuss@openvswitch.org > *Subject:* [ovs-discuss] OVS - Userspace packet processing > > > > Hello, > > I am running OVS in userspace (rmmod openvswitch.ko). > > I wanted to the entry point for a packet within the OVS code

[ovs-discuss] OVS + Mininet

2016-10-19 Thread Advith Nagappa
Hi , I was running mininet with userspace ovs (mn --switch user)(h1, h2 and s1) I notice that if i run ovs-vsctl show utility in a host, it does not show the topology. *root@cep-VirtualBox:/home/cep# ovs-vsctl show* *1ab72bfb-a279-47b1-9980-efd5aa8e2ab4* When I run mininet normally (mn) (h1

[ovs-discuss] [ovs-dev] build failure with DPDK on Ubuntu 16.04 with GCC 5.4

2016-10-19 Thread Xu, Qian Q
Hi, I met an issue when building OVS with DPDK on Ubuntu 16.04, the commit ID is as below, also I'm using DPDK R16.11 RC1 commit ID: commit fed622dfd90ffc754808ecb464d7e62e77f0da58. We can pass build on Fedora 23 but can't pass build on Ubuntu 16.04, kernel: 4.4, gcc: 5.4. Could anyone help che

Re: [ovs-discuss] [ovs-dev] packets getting dropped in vhostuser port

2016-10-19 Thread Kapil Adhikesavalu
There seem to be some version dependency between the two. dpdk-16.04 with ovs2.6 is not possible as ovs is referencing some newer dpdk code. i tried the reverse, dpdk16.07 and ovs2.5.9, but getting the following error (rpm based build) + cd dpdk + make config T=x86_64-atm-linuxapp-gcc make[1]: **

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-19 Thread Chandran, Sugesh
Regards _Sugesh From: Advith Nagappa [mailto:advith.naga...@gmail.com] Sent: Wednesday, October 19, 2016 9:15 AM To: Chandran, Sugesh Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] OVS - Userspace packet processing Thank you again, I am using a mininet set up (mn --switch user

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-19 Thread Chandran, Sugesh
Regards _Sugesh From: Advith Nagappa [mailto:advith.naga...@gmail.com] Sent: Wednesday, October 19, 2016 1:02 AM To: Chandran, Sugesh Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] OVS - Userspace packet processing Hello Sugesh, Thank you for the response. I am using userspace OVS

Re: [ovs-discuss] OVS with DPDK for Vxlan

2016-10-19 Thread Chandran, Sugesh
Regards _Sugesh From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Rohan Gandhi Sent: Tuesday, October 18, 2016 7:44 PM To: discuss@openvswitch.org Subject: [ovs-discuss] OVS with DPDK for Vxlan Hello All, I am currently using OVS for Vxlan tunneling, and it works fine. I am

[ovs-discuss] OVS with DPDK for Vxlan

2016-10-18 Thread Rohan Gandhi
Hello All, I am currently using OVS for Vxlan tunneling, and it works fine. I am planning to try out OVS with DPDK to do the same Vxlan tunneling, and was wondering if OVS supports such Vxlan tunneling with DPDK. Thanks! Rohan ___ discuss mailing list d

[ovs-discuss] [ovs-dev] Ovenvswitch with 802.3ax (Multi-Chassis Link Aggregation Protocol)

2016-10-18 Thread Thierno Barry
Hello, I don’t know where I can ask my question, so I did it here. In our infrastructure we would like to build VXLAN tunnel between our datacenters and we use Openvswitch for that. The main issue we are now facing is the High Availability. We’ve already try a solution with keepalived to do ac

Re: [ovs-discuss] OVS - Userspace packet processing

2016-10-18 Thread Chandran, Sugesh
Regards _Sugesh From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Advith Nagappa Sent: Sunday, October 16, 2016 1:33 AM To: discuss@openvswitch.org Subject: [ovs-discuss] OVS - Userspace packet processing Hello, I am running OVS in userspace (rmmod openvswitch.ko). I

[ovs-discuss] OVS - Userspace packet processing

2016-10-16 Thread Advith Nagappa
Hello, I am running OVS in userspace (rmmod openvswitch.ko). I wanted to the entry point for a packet within the OVS code base. I.e which module first 'sees' the packet in pure userspace OVS. Best Regards Advith ___ discuss mailing list discuss@openvs

Re: [ovs-discuss] ovs and tc's ingress qdisc

2016-10-12 Thread Ben Pfaff
On Wed, Oct 12, 2016 at 03:51:33PM +0200, Wolfgang Bumiller wrote: > On October 5, 2016 at 6:55 PM Ben Pfaff wrote: > > I don't know what you're trying to deal with. The autogenerated code > > provides a C view of all of the features that the underlying database > > does. If you need something e

Re: [ovs-discuss] ovs and tc's ingress qdisc

2016-10-12 Thread Wolfgang Bumiller
> On October 5, 2016 at 6:55 PM Ben Pfaff wrote: > > > On Mon, Oct 03, 2016 at 04:49:57PM +0200, Wolfgang Bumiller wrote: > > > On September 30, 2016 at 5:15 PM Ben Pfaff wrote: > > > > > > > > > On Fri, Sep 30, 2016 at 02:33:21PM +0200, Wolfgang Bumiller wrote: > > > > I've noticed openvswi

Re: [ovs-discuss] [ovs-announce] OvS-DPDK Design Summit - Nov 9th San Jose

2016-10-10 Thread Giller, Robin
...@openvswitch.org Subject: Re: [ovs-discuss] [ovs-announce] OvS-DPDK Design Summit - Nov 9th San Jose On Mon, Oct 10, 2016 at 2:52 PM, Flavio Leitner mailto:f...@redhat.com>> wrote: We welcome participants interested in DPDK enabled Open vSwitch to attend this one-day event. There will b

Re: [ovs-discuss] [ovs-announce] OvS-DPDK Design Summit - Nov 9th San Jose

2016-10-10 Thread Christian Ehrhardt
On Mon, Oct 10, 2016 at 2:52 PM, Flavio Leitner wrote: > We welcome participants interested in DPDK enabled Open vSwitch to attend > this one-day event. There will be 4 90-minute discussion slots to cover > the most important aspects of it, take actions and plan next steps > together. > Hi, but

Re: [ovs-discuss] [ovs-announce] OvS-DPDK Design Summit - Nov 9th San Jose

2016-10-10 Thread Flavio Leitner
Hello, We welcome participants interested in DPDK enabled Open vSwitch to attend this one-day event. There will be 4 90-minute discussion slots to cover the most important aspects of it, take actions and plan next steps together. The first slots are defined and the last one is open for proposal

Re: [ovs-discuss] ovs and tc's ingress qdisc

2016-10-05 Thread Ben Pfaff
On Mon, Oct 03, 2016 at 04:49:57PM +0200, Wolfgang Bumiller wrote: > > On September 30, 2016 at 5:15 PM Ben Pfaff wrote: > > > > > > On Fri, Sep 30, 2016 at 02:33:21PM +0200, Wolfgang Bumiller wrote: > > > I've noticed openvswitch apparently blindly deletes the ingress qdisc > > > of bridge port

[ovs-discuss] OvS-DPDK Design Summit - Nov 9th San Jose

2016-10-04 Thread Giller, Robin
Red Hat and Intel will jointly host a one-day focused design and discussion session on OvS-DPDK. This event will coincide with the OvS fall conference 2016, running in the same location on the day following the conference. More information available here: https://www.eventbrite.ie/e/ovs-dpdk-

Re: [ovs-discuss] ovs and tc's ingress qdisc

2016-10-03 Thread Wolfgang Bumiller
> On September 30, 2016 at 5:15 PM Ben Pfaff wrote: > > > On Fri, Sep 30, 2016 at 02:33:21PM +0200, Wolfgang Bumiller wrote: > > I've noticed openvswitch apparently blindly deletes the ingress qdisc > > of bridge ports even if no ingress policing is configured. > > This also prevents the use of

Re: [ovs-discuss] [ovs-dev] Hugepages allocation

2016-10-03 Thread Kapil Adhikesavalu
Hi Bhanuprakash, Thanks for the info. Helpful! Regards Kapil. On Mon, Oct 3, 2016 at 5:41 PM, Bodireddy, Bhanuprakash < bhanuprakash.bodire...@intel.com> wrote: > > >-Original Message- > >From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Kapil > >Adhikesavalu > >Sent: Monday,

Re: [ovs-discuss] [ovs-dev] Hugepages allocation

2016-10-03 Thread Bodireddy, Bhanuprakash
>-Original Message- >From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Kapil >Adhikesavalu >Sent: Monday, October 3, 2016 12:07 PM >To: d...@openvswitch.org; discuss@openvswitch.org >Subject: [ovs-dev] Hugepages allocation > >Hi, > >1. in INSTALL.DPDK.md, huge page size is recomm

Re: [ovs-discuss] ovs and tc's ingress qdisc

2016-09-30 Thread Ben Pfaff
On Fri, Sep 30, 2016 at 02:33:21PM +0200, Wolfgang Bumiller wrote: > I've noticed openvswitch apparently blindly deletes the ingress qdisc > of bridge ports even if no ingress policing is configured. > This also prevents the use of this qdisc for purposes other than the > in OVS implemented ingress

[ovs-discuss] ovs and tc's ingress qdisc

2016-09-30 Thread Wolfgang Bumiller
I've noticed openvswitch apparently blindly deletes the ingress qdisc of bridge ports even if no ingress policing is configured. This also prevents the use of this qdisc for purposes other than the in OVS implemented ingress policing (eg. handling fw-marks, bpf based filters, or early port/address/

Re: [ovs-discuss] OVS Installation error

2016-09-29 Thread Ben Pfaff
Please don't drop the mailing list. This is your second warning: after this I will stop replying. Joe gave you the answer. On Thu, Sep 29, 2016 at 10:57:47PM -0500, Anas Saeed wrote: > First if you could send me the answer and help me install that would be > great as I have been stuck on this fo

Re: [ovs-discuss] OVS Installation error

2016-09-29 Thread Ben Pfaff
On Thu, Sep 29, 2016 at 03:54:44PM -0700, Joe Stringer wrote: > On 29 September 2016 at 14:51, Ben Pfaff wrote: > > Please don't drop the mailing list. > > > > This is some kind of problem with your kernel configuration. It's not > > OVS-specific, you'd have the same problem installing any other

Re: [ovs-discuss] OVS Installation error

2016-09-29 Thread Joe Stringer
On 29 September 2016 at 14:51, Ben Pfaff wrote: > Please don't drop the mailing list. > > This is some kind of problem with your kernel configuration. It's not > OVS-specific, you'd have the same problem installing any other kernel > module. > > I don't know how to help, perhaps someone else can

Re: [ovs-discuss] OVS Installation error

2016-09-29 Thread Ben Pfaff
Please don't drop the mailing list. This is some kind of problem with your kernel configuration. It's not OVS-specific, you'd have the same problem installing any other kernel module. I don't know how to help, perhaps someone else can suggest something. On Thu, Sep 29, 2016 at 01:49:52PM -0500,

[ovs-discuss] OVS Ring Topology

2016-09-29 Thread knight_leb
Greetings all, I am new to OVS and experimenting with couple of topologies using only compute nodes without switches.  I am curious if anyone experimented with such topologies and is it even possible. The idea is to have 4 or 5 compute nodes and string the cable in star topology design, let OVS

Re: [ovs-discuss] OVS Installation error

2016-09-29 Thread Ben Pfaff
On Thu, Sep 29, 2016 at 11:13:41AM -0500, Anas Saeed wrote: > While making OVS ( after configuration) I get the following error. > > At main.c:222: > - SSL error:02001002:system library:fopen:No such file or directory: > bss_file.c:175 > - SSL error:2006D080:BIO routines:BIO_new_file:no such file:

[ovs-discuss] OVS Installation error

2016-09-29 Thread Anas Saeed
While making OVS ( after configuration) I get the following error. At main.c:222: - SSL error:02001002:system library:fopen:No such file or directory: bss_file.c:175 - SSL error:2006D080:BIO routines:BIO_new_file:no such file: bss_file.c:178 sign-file: certs/signing_key.pem: No such file or direct

Re: [ovs-discuss] OVS 2.6.90 & ODL Beryllium

2016-09-29 Thread Richard Renwick
Thanks Ben. You’re reply is very helpful because, as I said, I was struggling to know where the problem lay. Thanks again. Rich > On 29 Sep 2016, at 16:09, Ben Pfaff wrote: > > On Thu, Sep 29, 2016 at 01:54:22PM +0100, Richard Renwick wrote: >> I have upgraded a vSwitch to v2.6.90 of OVS wh

Re: [ovs-discuss] OVS 2.6.90 & ODL Beryllium

2016-09-29 Thread Ben Pfaff
On Thu, Sep 29, 2016 at 01:54:22PM +0100, Richard Renwick wrote: > I have upgraded a vSwitch to v2.6.90 of OVS which brings with it new > functionality - specifically the nat and ct actions in this case. Do > I have to do anything with OVS to allow these new features to be used > by the NBI in ODL

Re: [ovs-discuss] OVS 2.6.90 & ODL Beryllium

2016-09-29 Thread Richard Renwick
Sorry if the question is not clear. Let me try to clarify. I have upgraded a vSwitch to v2.6.90 of OVS which brings with it new functionality - specifically the nat and ct actions in this case. Do I have to do anything with OVS to allow these new features to be used by the NBI in ODL? I have a

Re: [ovs-discuss] OVS 2.6.90 & ODL Beryllium

2016-09-28 Thread Joe Stringer
On 28 September 2016 at 06:42, Richard Renwick wrote: > Hi all, > Over the last few days I have been experimenting with NAT in OVS. I > have successfully set up the flows I need using ovs-vsctl but now I want to > do it using the northbound interface of ODL (Beryllium). However, I am

Re: [ovs-discuss] OVS 2.5 crashes when setting n-dpdk-rxqs to 64 w/ two dpdk ports.

2016-09-28 Thread Daniele Di Proietto
2016-09-28 2:57 GMT-07:00 Wojciechowicz, RobertX < robertx.wojciechow...@intel.com>: > On Fri, Sep 16, 2016 at 05:11:11PM +, John Phillips wrote: > > When I try to set other_config:n-dpdk-rxqs to 64 with two intel niantic > dpdk > > ports on a single dpdk bridge, the bridge instance will 'cras

[ovs-discuss] OVS 2.6.90 & ODL Beryllium

2016-09-28 Thread Richard Renwick
Hi all, Over the last few days I have been experimenting with NAT in OVS. I have successfully set up the flows I need using ovs-vsctl but now I want to do it using the northbound interface of ODL (Beryllium). However, I am really struggling to get to grips with how to implement the “ct

[ovs-discuss] OVS 2.5 crashes when setting n-dpdk-rxqs to 64 w/ two dpdk ports.

2016-09-28 Thread Wojciechowicz, RobertX
On Fri, Sep 16, 2016 at 05:11:11PM +, John Phillips wrote: > When I try to set other_config:n-dpdk-rxqs to 64 with two intel niantic dpdk > ports on a single dpdk bridge, the bridge instance will 'crash' - I > can't access > it's flows through ovs-ofctl commands. I am running an OVS from the 2

Re: [ovs-discuss] ovs 2.5.0 - Check-System-Userspace Fails

2016-09-27 Thread Joe Stringer
On 24 September 2016 at 09:34, Advith Nagappa wrote: > Hello, > > I have installed ovs 2.5.0 on Ubuntu 14.04(Kernel 4.2.0-27-generic) > Virtualbox on a Windows Host. ( I was able to produce the issue for ovs > 2.3.3 and 2.4.0) > > On running 'make check-system-userspace' , all test cases fail. > >

Re: [ovs-discuss] [ovs-dev] GRE over IPsec on CentOS using openvswitch 2.5.0

2016-09-27 Thread Guru Shetty
[removing d...@openvswitch.org]. Please do not post to multiple mailing lists. To summarize his answer: 1. There has never been any daemons packaged for CentoS that does IPSEC with OVS. It should work, but no one has officially tested it. 2. In OVS 2.5, we did have a daemon that did IPSEC for debi

Re: [ovs-discuss] [ovs-dev] GRE over IPsec on CentOS using openvswitch 2.5.0

2016-09-27 Thread Guru Shetty
On 27 September 2016 at 12:55, Mrityunjay Kumar wrote: > Hi Team > Request you to please answer. GRE over IPsec on CentOS using openvswitch > 2.5.0 is working or not. we need to think accordingly. Please updat only > yes or not ? > Did you read Ansis's reply in discuss@openvswitch.org ? > > If

Re: [ovs-discuss] [ovs-dev] GRE over IPsec on CentOS

2016-09-27 Thread Ansis Atteka
On Sep 26, 2016 7:02 PM, wrote: > > Hi all , > > I have been trying to test IPSEC over GRE on Centos7.3 . I am able to test on ubuntu14.04 . The ovs-monitor-ipsec daemon never was packaged (ie had *.rpm package) for CentOS. Just for debain/ubuntu. However, now we just removed debian package as w

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-23 Thread Ben Pfaff
Looks better to me. On Fri, Sep 23, 2016 at 09:21:19AM +0200, Ashish Kurian wrote: > Dear Developers, > > So how should I fix the change. Should I use the following command? > > sudo ovsdb-server --remote=punix:*/var/run/openvswitch/db.sock* > --remote=db:Open_vSwitch,Open_vSwitch,manager_option

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-23 Thread Ashish Kurian
Dear Developers, So how should I fix the change. Should I use the following command? sudo ovsdb-server --remote=punix:*/var/run/openvswitch/db.sock* --remote=db:Open_vSwitch,Open_vSwitch,manager_options --private-key=db:Open_vSwitch,SSL,private_key --certificate=db:Open_vSwitch,SSL,certificate --

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-22 Thread Ben Pfaff
On Thu, Sep 22, 2016 at 10:21:04AM +0200, Ashish Kurian wrote: > After I installed OVS 2.5 on my machine and reboot it, I get this error > when I try to start OVS. I could fix this by doing the following steps > after every reboot, but I want to know if I can fix this permanently. > > sudo ovsdb-s

Re: [ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-22 Thread Guru Shetty
Use a startup script. On 22 September 2016 at 01:21, Ashish Kurian wrote: > Dear Developers, > > After I installed OVS 2.5 on my machine and reboot it, I get this error > when I try to start OVS. I could fix this by doing the following steps > after every reboot, but I want to know if I can fix

[ovs-discuss] ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)

2016-09-22 Thread Ashish Kurian
Dear Developers, After I installed OVS 2.5 on my machine and reboot it, I get this error when I try to start OVS. I could fix this by doing the following steps after every reboot, but I want to know if I can fix this permanently. sudo ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.

Re: [ovs-discuss] ovs-vswitchd is sucking every cycle (100% CPU usage).

2016-09-19 Thread Ben Pfaff
On Fri, Sep 16, 2016 at 12:06:00AM +0200, John Chludzinski wrote: > I created a bond-port (and enabled LACP): > > ~# ovs-vsctl add-br b1 > ~# ovs-vsctl add-bond b1 bd1 enp8s0 enp0s26u1u3u1 > ~# ovs-vsctl set port bd1 lacp=active > > On a CISCO router I connected interfaces: enp8s0 & enp0s26u1u3u1

[ovs-discuss] OVS 2.5 crashes when setting n-dpdk-rxqs to 64 w/ two dpdk ports.

2016-09-16 Thread John Phillips
When I try to set other_config:n-dpdk-rxqs to 64 with two intel niantic dpdk ports on a single dpdk bridge, the bridge instance will 'crash' - I can't access it's flows through ovs-ofctl commands. I am running an OVS from the 2.5 branch, specifically commit ID b3e263929a7a00c96a1329f93f1b8fce58

Re: [ovs-discuss] ovs-vswitchd is sucking every cycle (100% CPU usage).

2016-09-15 Thread John Chludzinski
BTW, when I pulled the plug (literally) on the router, ovs-vswitchd CPU usage dropped to <1%. On 2016-09-16 00:06, John Chludzinski wrote: I created a bond-port (and enabled LACP): ~# ovs-vsctl add-br b1 ~# ovs-vsctl add-bond b1 bd1 enp8s0 enp0s26u1u3u1 ~# ovs-vsctl set port bd1 lacp=active

[ovs-discuss] ovs-vswitchd is sucking every cycle (100% CPU usage).

2016-09-15 Thread John Chludzinski
I created a bond-port (and enabled LACP): ~# ovs-vsctl add-br b1 ~# ovs-vsctl add-bond b1 bd1 enp8s0 enp0s26u1u3u1 ~# ovs-vsctl set port bd1 lacp=active On a CISCO router I connected interfaces: enp8s0 & enp0s26u1u3u1 to ports 2 & 3. On the CISCO routes I enabled LACP on ports 2 & 3. Then I ra

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'gtp0'

2016-09-12 Thread Joe Stringer
On 12 September 2016 at 01:02, Ashish Kurian wrote: > Dear Team, > > I am trying to add a gtp-u implementation to ovs. I applied a patch that was > available with me and gave the following ovs-vsctl command. > > sudo ovs-vsctl add-port br0 gtp0 -- set interface gtp0 type=gtp > options:remote_ip=19

[ovs-discuss] ovs-vsctl: Error detected while setting up 'gtp0'

2016-09-12 Thread Ashish Kurian
Dear Team, I am trying to add a gtp-u implementation to ovs. I applied a patch that was available with me and gave the following ovs-vsctl command. sudo ovs-vsctl add-port br0 gtp0 -- set interface gtp0 type=gtp options:remote_ip=192.168.1.1,local_ip=192.168.1.2,teid_in=1,teid_out=2,arp_reply=tru

Re: [ovs-discuss] [ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-09 Thread Junguk Cho
Hi, Mauricio. Oh, I accidently dropped the the list. Thank you for reply. Thanks, Junguk 2016-09-08 14:26 GMT-06:00 Mauricio Vasquez : > Hi, > > Please don't drop the list, it could be interesting to more people. > On 09/08/2016 06:55 PM, Junguk Cho wrote: > > Hi, Mauricio. > > Thank you for re

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-09 Thread Guru Shetty
Do this: Kill the daemons that you manually started. Go to the directory where you did your 'make install' and do: ./configure make uninstall Now, do: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --enable-ssl make -j3 make install cp debian/openvswitch-switch.init /etc/in

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-09 Thread Ashish Kurian
Dear Guru, After reboot, If I try to give command ovs-vsctl add-br br0, I get the following error. ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database connection failed (No such file or directory). So what I do then is that I give the following commands(from install.md) sudo ovsdb-

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-09 Thread Guru Shetty
On 9 September 2016 at 07:48, Ashish Kurian wrote: > Dear Team, > > I installed the ovs successfully and tested the ovs-vsctl add-br br0 > command and it was successful. But after I reboot my machine and try the > command again, I get the error as in the subject. > > When I looked into the log th

[ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-09 Thread Ashish Kurian
Dear Team, I installed the ovs successfully and tested the ovs-vsctl add-br br0 command and it was successful. But after I reboot my machine and try the command again, I get the error as in the subject. When I looked into the log this is my output. 2016-09-09T12:08:03.251Z|1|vlog|INFO|opened

Re: [ovs-discuss] [ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-08 Thread Mauricio Vasquez
Hi, Please don't drop the list, it could be interesting to more people. On 09/08/2016 06:55 PM, Junguk Cho wrote: Hi, Mauricio. Thank you for reply. I have following questions. Are you using physical ports? If yes, are they physically connected to socket1? Currently, I did not add physical p

Re: [ovs-discuss] [ovs-dev] Question about other_config : pmd-cpu-mask options

2016-09-08 Thread Mauricio Vasquez
Hi Junguk, On 09/08/2016 05:07 PM, Junguk Cho wrote: Hi, I used OVS with dpdk. When I started ovs, I used this option to pin some cores for ovs. sudo ovs-vsctl --no-wait set Open_vSwitch . other_config:pmd-cpu-mask=0xf000 In my setup, it has two sockets, but with this option, two cores in

[ovs-discuss] OvS testing questions

2016-09-07 Thread Eyal Cidon
Hi All, I am interested in running a couple of performance tests on OvS for a project I am working on: Firstly I would like to test how fast does it take to update a new openflow rule, I notice that when installing a new rule ovs-vswitchd outputs something like: 2016-09-06T21:50:39Z|00084|connmg

Re: [ovs-discuss] OVS 2.5.0 support on Ubuntu 16

2016-09-07 Thread Ben Pfaff
On Wed, Sep 07, 2016 at 10:59:34AM +0200, Ashish Kurian wrote: > I just wanted to know if the tar ball release of OVS 2.5.0 is supported on > ubuntu 16 Sure. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-07 Thread Ben Pfaff
Yes. On Wed, Sep 07, 2016 at 09:18:51AM +0200, Ashish Kurian wrote: > Dear Ben, > > You mean the debian packages? > > Best Regards, > Ashish Kurian > > On Tue, Sep 6, 2016 at 11:44 PM, Ben Pfaff wrote: > > > Perhaps you should install from packages. Then you won't have to deal > > with all t

[ovs-discuss] OVS 2.5.0 support on Ubuntu 16

2016-09-07 Thread Ashish Kurian
Dear All, I just wanted to know if the tar ball release of OVS 2.5.0 is supported on ubuntu 16 Best Regards, Ashish Kurian ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ben Pfaff
Perhaps you should install from packages. Then you won't have to deal with all these issues that confuse you. On Tue, Sep 06, 2016 at 11:05:28PM +0200, Ashish Kurian wrote: > Dear all, > > I tried a fresh install of ubuntu 16 and did the ovs installation from the > scratch again. Everything went

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 08:57:30PM +0200, Ashish Kurian wrote: > Dear All, > > When I give the command ¨sudo ovsdb-tool create > /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema¨ during the > installation, I am getting the following error. > > ovsdb-tool: I/O error: /usr/local/etc/op

Re: [ovs-discuss] ovs can not forward

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 05:20:21PM +0800, 张晨 wrote: > BTW, i met something strange, and i don't know whether it is related > to the above problem. So i will list it as follows: When "ovs-vsctl > add-port br1 eth1" is configured, an error "ovs-vsctl: Error detected > while setting up 'eth1'. See ovs

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, When I give the command ¨sudo ovsdb-tool create /usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema¨ during the installation, I am getting the following error. ovsdb-tool: I/O error: /usr/local/etc/openvswitch/conf.db: create failed (File exists) I tried uninstalling ovs usin

[ovs-discuss] ovs can not forward

2016-09-06 Thread 张晨
hi, everybody I'm using v2.5.0. Now i have a br ovs1 with eth1 and eth2, and h1 accesses via eth1 and h2 accesses via eth2. When i ping from h1 to h2, i can find ARP request packets on eth1 in wireshark, however, the ARP request couldn't be found on eth2. Br1 is setup in default with no v

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 05:18:50PM +0200, Ashish Kurian wrote: > I used command sudo ./configure from home>>ovs. > then I ran sudo make install. > > Is there any command to uninstall the package ovs and also all the files > created in the directory /usr/local/var/log/openvswitch/* > make uninsta

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
I used command sudo ./configure from home>>ovs. then I ran sudo make install. Is there any command to uninstall the package ovs and also all the files created in the directory /usr/local/var/log/openvswitch/* Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:46 PM, Thadeu Lima de Souza Cascar

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 04:41:14PM +0200, Ashish Kurian wrote: > Dear All, > > I did not downgrade from 4.4.0-31-generic. Also the commands ovs-ctl is not > recognised. I think downgrading to 4.3 should work. Can you advice me on > how to downgrade to 4.3 > You should not downgrade. There is no

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, I did not downgrade from 4.4.0-31-generic. Also the commands ovs-ctl is not recognised. I think downgrading to 4.3 should work. Can you advice me on how to downgrade to 4.3 Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 4:35 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com>

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ben Pfaff
On Tue, Sep 06, 2016 at 04:32:09PM +0200, Ashish Kurian wrote: > Some where I also read that I have to install openvswitch-datapath-source > and openvswitch-brcompat. Also in another forum read that I have to update > the database schema. Can you advice if these are necessary and if so, how > to up

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 04:32:09PM +0200, Ashish Kurian wrote: > Dear All, > > Some where I also read that I have to install openvswitch-datapath-source > and openvswitch-brcompat. Also in another forum read that I have to update > the database schema. Can you advice if these are necessary and if

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, Some where I also read that I have to install openvswitch-datapath-source and openvswitch-brcompat. Also in another forum read that I have to update the database schema. Can you advice if these are necessary and if so, how to update the database schema? Best Regards, Ashish Kurian On T

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 04:19:08PM +0200, Ashish Kurian wrote: > Dear All, > > After the last installation command, the following message is what I am > getting. > > 2016-09-06T14:15:55Z|3|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: > connecting... > 2016-09-06T14:15:55Z|4

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, After the last installation command, the following message is what I am getting. 2016-09-06T14:15:55Z|3|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: connecting... 2016-09-06T14:15:55Z|4|reconnect|INFO|unix:/usr/local/var/run/openvswitch/db.sock: connected 2016-09-

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 03:56:49PM +0200, Ashish Kurian wrote: > Dear All, > > I did try the command as "modprobe openvswitch" and it returned nothing. > But when i tried lsmod | less, I could see openvswitch in the list. Do I > need to reboot the system after the install? > No, you just need to

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, I did try the command as "modprobe openvswitch" and it returned nothing. But when i tried lsmod | less, I could see openvswitch in the list. Do I need to reboot the system after the install? Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 3:47 PM, Thadeu Lima de Souza Cascardo < cas

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 03:36:50PM +0200, Ashish Kurian wrote: > Dear All, > > modprobe openvswitch gives me nothing > That's not helpful. It either gives you an error, or it succeeds and you see something with lsmod. dmesg output (the last lines right after running modprobe) might be also helpf

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear All, modprobe openvswitch gives me nothing Best Regards, Ashish Kurian On Tue, Sep 6, 2016 at 3:31 PM, Thadeu Lima de Souza Cascardo < casca...@redhat.com> wrote: > On Tue, Sep 06, 2016 at 02:52:23PM +0200, Ashish Kurian wrote: > > Dear Team, > > > > I just reinstalled the ovs on my new ub

Re: [ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Thadeu Lima de Souza Cascardo
On Tue, Sep 06, 2016 at 02:52:23PM +0200, Ashish Kurian wrote: > Dear Team, > > I just reinstalled the ovs on my new ubuntu 16 and all the installation was > successful. I followed the install.md instructions. > > When I run command /sbin/lsmod I am not able to see openvswitch in the > list. And

[ovs-discuss] ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.

2016-09-06 Thread Ashish Kurian
Dear Team, I just reinstalled the ovs on my new ubuntu 16 and all the installation was successful. I followed the install.md instructions. When I run command /sbin/lsmod I am not able to see openvswitch in the list. And when I try the command to add a bridge, I get the error given in the subject.

  1   2   3   4   5   6   7   8   9   10   >