[ovs-dev] [PATCH 2/2] ovsdb: Raise the jsonrpc server session limit

2015-02-23 Thread Andy Zhou
Raise the connection limit to allow larger number of concurrent ovsdb-server connections. Note, ovsdb-server may not perform well at the new limit. It is rather a prelude to further scaling tests and optimizations. Signed-off-by: Andy Zhou --- This limit is currently hard coded. Should we make i

[ovs-dev] [PATCH 1/2] ovsdb: Warn about reaching max session limit

2015-02-23 Thread Andy Zhou
Without the log message, it was not obvious why ovsdb-server no longer accepts new connections when the session limit was reached. This patch adds a log message to make it obvious. Signed-off-by: Andy Zhou --- ovsdb/jsonrpc-server.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-)

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-23 Thread Vasiliy Tolstov
2015-02-23 22:04 GMT+03:00 Pravin Shelar : > I am working on STT support for OVS repo. I hope it will get into 2.4. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ dev mailing list dev@openvswitch.org http://openvswi

Re: [ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class.

2015-02-23 Thread Saurabh Shah
No problem. Thanks for applying. Saurabh From: Ben Pfaff Date: Monday, February 23, 2015 at 8:46 PM To: Saurabh Shah Cc: "dev@openvswitch.org" Subject: Re: [ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class. >On Mon, Feb 23, 2015 at 04:28:56PM -0800, Saura

Re: [ovs-dev] [PATCH] FAQ.md: Mention Linux version that first could handle IPFIX flow monitoring.

2015-02-23 Thread Ben Pfaff
Thanks! Applied to master. On Mon, Feb 23, 2015 at 02:58:31PM -0800, Romain Lenglet wrote: > That sounds right. Thanks Ben! > > Acked-by: Romain Lenglet > --  > Romain Lenglet > > On February 22, 2015 at 11:30:49 AM, Ben Pfaff (b...@nicira.com) wrote: > > I think that the critical commit is c

Re: [ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class.

2015-02-23 Thread Ben Pfaff
On Mon, Feb 23, 2015 at 04:28:56PM -0800, Saurabh Shah wrote: > commit c2e3cbaf ("stream: Eliminate pstream_set_dscp().") removed > the set_dscp() callback from pstream_class. > > Signed-off-by: Saurabh Shah Sorry about the trouble. I applied this to master.

[ovs-dev] [PATCH] stream-tcp: Remove extra initializer in pwindows_pstream_class.

2015-02-23 Thread Saurabh Shah
commit c2e3cbaf ("stream: Eliminate pstream_set_dscp().") removed the set_dscp() callback from pstream_class. Signed-off-by: Saurabh Shah --- lib/stream-tcp.c |1 - 1 file changed, 1 deletion(-) diff --git a/lib/stream-tcp.c b/lib/stream-tcp.c index 1f53e86..ac42924 100644 --- a/lib/stream-

Re: [ovs-dev] [PATCH] FAQ.md: Mention Linux version that first could handle IPFIX flow monitoring.

2015-02-23 Thread Romain Lenglet
That sounds right. Thanks Ben! Acked-by: Romain Lenglet --  Romain Lenglet On February 22, 2015 at 11:30:49 AM, Ben Pfaff (b...@nicira.com) wrote: I think that the critical commit is commit 4490108b4a5ada (openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.), which first appea

Re: [ovs-dev] OVN to-do list

2015-02-23 Thread Russell Bryant
On 02/21/2015 03:51 AM, Kyle Mestery wrote: > On Fri, Feb 20, 2015 at 7:15 PM, Russell Bryant > wrote: > > On 02/20/2015 06:46 PM, Ben Pfaff wrote: > > * Not yet scoped: > > > > ** Neutron plugin. > > > >I'd appreciate input on this. > >

Re: [ovs-dev] [Qestion] netdev-dpdk: dpdk vhost ports

2015-02-23 Thread Marcel Apfelbaum
On 02/23/2015 12:57 PM, Marcel Apfelbaum wrote: Hi, I CC-ed the developers that submitted the patch. Thanks again, Marcel Regarding patch: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports http://openvswitch.org/pipermail/dev/2015-January/050279.html What are the Qemu versions

Re: [ovs-dev] [PATCH 1/9 v4] datapath: Enable OVS GSO to be used up to 3.18 if necessary.

2015-02-23 Thread Pravin Shelar
On Fri, Feb 20, 2015 at 4:41 PM, Jesse Gross wrote: > On Fri, Feb 20, 2015 at 4:34 PM, Pravin Shelar wrote: >> On Fri, Feb 20, 2015 at 3:37 PM, Jesse Gross wrote: >>> There are two important GSO tunnel features that were introduced >>> after the 3.12 cutoff for our current out of tree GSO implem

Re: [ovs-dev] [ovs-discuss] Open vSwitch STT support

2015-02-23 Thread Pravin Shelar
On Mon, Feb 23, 2015 at 5:51 AM, Vasiliy Tolstov wrote: > 2015-02-05 16:56 GMT+03:00 Vasiliy Tolstov : >> As STT have performance benefits to me (i'm use tunnels to transfer traffic >> from vps also i have mutipath tcp enabled hosts to decrease cost in switches >> that not have stacking support),

Re: [ovs-dev] [RFC 2/3] ovs-vsctl-bashcomp: Add bash command-line completion for ovs-vsctl.

2015-02-23 Thread Alex Wang
Just realized that I missed the confirmation email from Peter, So, here is his signed-off-by, Signed-off-by: Peter Amidon On Mon, Feb 23, 2015 at 8:45 AM, Alex Wang wrote: > Waiting for a sign-off from Peter, > > But I'd like to send it out as RFC first~ > > Thanks, > Alex Wang, > > On Mon, F

Re: [ovs-dev] [PATCH] ovs-docker: Use a different mechanism to check for commands.

2015-02-23 Thread Ben Pfaff
On Sun, Feb 22, 2015 at 10:00:20PM -0800, Gurucharan Shetty wrote: > Currently, the script uses '--version' option from different commands > to check for their availability. uuidgen on Centos6 has been reported > not to have the '--version' option causing failure in script invocation. > > This com

Re: [ovs-dev] [RFC 2/3] ovs-vsctl-bashcomp: Add bash command-line completion for ovs-vsctl.

2015-02-23 Thread Alex Wang
Waiting for a sign-off from Peter, But I'd like to send it out as RFC first~ Thanks, Alex Wang, On Mon, Feb 23, 2015 at 8:48 AM, Alex Wang wrote: > From: Peter Amidon > > This patch adds bash command-line completion script for ovs-vsctl. > Therein, codes are added to ovs-vsctl to allow it to

[ovs-dev] [RFC 3/3] ovs-vsctl-bashcomp: Documentation and unit tests.

2015-02-23 Thread Alex Wang
This commit includes the unit tests for ovs-vsctl-bashcomp and refines the ovs-command-bashcomp.INSTALL.md to introduce the bash completion for ovs-vsctl. Signed-off-by: Alex Wang --- NEWS |2 + tests/completion.at | 460 +++

[ovs-dev] [RFC 2/3] ovs-vsctl-bashcomp: Add bash command-line completion for ovs-vsctl.

2015-02-23 Thread Alex Wang
From: Peter Amidon This patch adds bash command-line completion script for ovs-vsctl. Therein, codes are added to ovs-vsctl to allow it to print the options and command arguments. The ovs-vsctl-bashcomp.bash will parse the vsctl command and complete on the user input. The completion script can

[ovs-dev] [RFC 1/3] ovs-appctl-bashcomp: Keep naming consistency.

2015-02-23 Thread Alex Wang
Before adding the completion script ovs-vsctl-bashcomp.bash for ovs-vsctl command, this commit renames the ovs-command-compgen.bash to ovs-appctl-bashcomp.bash to keep the script naming consistent. Signed-off-by: Alex Wang --- tests/completion.at| 60 ++-

Re: [ovs-dev] OVS integration with Openflow protocol

2015-02-23 Thread Ben Pfaff
On Mon, Feb 23, 2015 at 07:03:06PM +0530, tech_kals Kals wrote: > 1) am planning to integrate OVS with Openflow agent to make it interact > with the controller. will be using ofproto in OVS for this purpose i.e. all > encoding and decoding would be done by OVS before handling the packet to > the op

Re: [ovs-dev] [PATCH] utilities/ovs-docker: Fix broken check_command_avail function

2015-02-23 Thread Gurucharan Shetty
On Fri, Feb 20, 2015 at 9:58 PM, Gurucharan Shetty wrote: > On Fri, Feb 20, 2015 at 11:18 AM, Michael Smalley > wrote: >> Reported-by: Michael J. Smalley >> Tested-by: Michael J. Smalley >> Signed-off-by: Michael J. Smalley > Thank you for the fix. > As Ben mentioned in the other email, this p

[ovs-dev] [PATCH] ovs-docker: Use a different mechanism to check for commands.

2015-02-23 Thread Gurucharan Shetty
Currently, the script uses '--version' option from different commands to check for their availability. uuidgen on Centos6 has been reported not to have the '--version' option causing failure in script invocation. This commit looks for the utilities in $PATH instead. The code is copied from build-a

Re: [ovs-dev] OVN to-do list

2015-02-23 Thread Russell Bryant
On 02/23/2015 04:07 PM, Kyle Mestery wrote: > On Sat, Feb 21, 2015 at 6:02 AM, Russell Bryant > wrote: > > On 02/20/2015 09:51 PM, Kyle Mestery wrote: > > On Fri, Feb 20, 2015 at 7:15 PM, Russell Bryant > >

Re: [ovs-dev] OVN to-do list

2015-02-23 Thread Kyle Mestery
On Sat, Feb 21, 2015 at 6:02 AM, Russell Bryant wrote: > On 02/20/2015 09:51 PM, Kyle Mestery wrote: > > On Fri, Feb 20, 2015 at 7:15 PM, Russell Bryant > > wrote: > > *** Create a Neutron ML2 mechanism driver that implements the > mappings > > on Neutron resou

Re: [ovs-dev] [PATCH 3/3] auto-attach: Add auto-attach support to bridge layer and command set

2015-02-23 Thread Flynn, Dennis R (Dennis)
Hi Ben, Thanks again for your thorough review and continued support of the auto attach patch set. I and others on my team will look over your changes right away. Regards, Dennis -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Monday, February 23, 2015 12:21 AM To: Fl

Re: [ovs-dev] [PATCH v3 5/9] datapath: Use additional common UDP functions for LISP.

2015-02-23 Thread Lori Jakab
On 2/20/15 11:36 PM, Thomas Graf wrote: On 02/20/15 at 10:50am, Jesse Gross wrote: LISP can also take advantage of setup_udp_tunnel_sock() and udp_tunnel_xmit_skb() to increase code reuse. Signed-off-by: Jesse Gross Lori should look this over as well but it looks like a straight forward trans

[ovs-dev] OVS integration with Openflow protocol

2015-02-23 Thread tech_kals Kals
Hi Experts, 1) am planning to integrate OVS with Openflow agent to make it interact with the controller. will be using ofproto in OVS for this purpose i.e. all encoding and decoding would be done by OVS before handling the packet to the openflow agent. Is there any restriction between OVS version

[ovs-dev] [PATCH 0/1 v2] Fix strncpy() errors

2015-02-23 Thread Russell Bryant
v1->v2: - Other patches in the series either merged or are no longer applicable. - Fix issues in kernel code with strlcpy() instead of tweaking use of strncpy() [PATCH 1/1 v2] datapath: Fix strncpy() errors ___ dev mailing list dev@openvswitch.org htt

[ovs-dev] [PATCH 1/1 v2] datapath: Fix strncpy() errors

2015-02-23 Thread Russell Bryant
strncpy() has pretty annoying semantics. One bit that is odd is that it does not guarantee that the destination string will be null terminated. If no terminator is found in the first N bytes of the source, it just fills the destination buffer and doesn't terminate it. The changes here are to add

[ovs-dev] [Qestion] netdev-dpdk: dpdk vhost ports

2015-02-23 Thread Marcel Apfelbaum
Hi, Regarding patch: [ovs-dev] [PATCH RFC v6 1/1] netdev-dpdk: add dpdk vhost ports http://openvswitch.org/pipermail/dev/2015-January/050279.html What are the Qemu versions supported?(At least the ones that were tested) (V5 of this patch was tested with QEMU versions 1.4.2 and 1.6.2) The reason