Re: [ovs-dev] OpenFlow protocol version 1.3

2012-07-02 Thread Justin Pettit
Work is on-going for newer versions of OpenFlow: http://openvswitch.org/development/openflow-1-x-plan/ There's been an uptick in activity recently on this work, which you can see in the archives of this mailing list. If you'd like to contribute, that'd be great! --Justin On Jul 2, 2

[ovs-dev] OpenFlow protocol version 1.3

2012-07-02 Thread Sivaraman, Radhakrishnan
Hello, When OVS is expected to support OpenFlow protocol version 1.3? Any clarity on this? Thanks in advance, Radhakrishnan S ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] MPLS and VLAN QinQ patch

2012-07-02 Thread Jesse Gross
On Sat, Jun 30, 2012 at 8:56 AM, ravi kerur wrote: > Can you take a look at latest diffs I sent out on Tuesday? It has > simplified ttl handling for both userspace and kernel datapath. Most > of the logic is in ofproto-dpif.c and datapath just updates ttl in the > packet for respective headers. Th

Re: [ovs-dev] [PATCH] python: Call 'wait' methods correctly in jsonrpc and stream code.

2012-07-02 Thread Ben Pfaff
Thanks, pushed to master and branch-1.[7654]. On Mon, Jul 02, 2012 at 03:20:22PM -0700, Ethan Jackson wrote: > Looks good to me. It'd be nice if we could add some unit tests for > this, though I'm not sure if it's worth it. > > Ethan > > On Mon, Jul 2, 2012 at 10:35 AM, Ben Pfaff wrote: > > Bu

Re: [ovs-dev] [PATCH] python: Call 'wait' methods correctly in jsonrpc and stream code.

2012-07-02 Thread Ethan Jackson
Looks good to me. It'd be nice if we could add some unit tests for this, though I'm not sure if it's worth it. Ethan On Mon, Jul 2, 2012 at 10:35 AM, Ben Pfaff wrote: > Bug #12301. > Reported-by: Mike Kruze > Signed-off-by: Ben Pfaff > --- > python/ovs/jsonrpc.py |2 +- > python/ovs/stre

Re: [ovs-dev] [PATCH] Fix build error on XenServer

2012-07-02 Thread Ansis Atteka
On Mon, Jul 2, 2012 at 3:05 PM, Ben Pfaff wrote: > On Mon, Jul 02, 2012 at 03:03:46PM -0700, Ansis Atteka wrote: > > A missing backslash broke the build. > > > > Signed-off-by: Ansis Atteka > > Looks good, thanks. > Thanks! Pushed to the master. ___ de

Re: [ovs-dev] [PATCH] Fix build error on XenServer

2012-07-02 Thread Ben Pfaff
On Mon, Jul 02, 2012 at 03:03:46PM -0700, Ansis Atteka wrote: > A missing backslash broke the build. > > Signed-off-by: Ansis Atteka Looks good, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] Fix build error on XenServer

2012-07-02 Thread Ansis Atteka
A missing backslash broke the build. Signed-off-by: Ansis Atteka --- xenserver/openvswitch-xen.spec.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/openvswitch-xen.spec.in b/xenserver/openvswitch-xen.spec.in index 3b9582e..c34c7db 100644 --- a/xenserver/openv

Re: [ovs-dev] [PATCv3] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ansis Atteka
On Mon, Jul 2, 2012 at 12:22 PM, Ben Pfaff wrote: > On Mon, Jul 02, 2012 at 12:10:12PM -0700, Ansis Atteka wrote: > > ovs-l3ping is similar to ovs-test, but the main difference > > is that it does not require administrator to open firewall > > holes for the XML/RPC control connection. This is ach

Re: [ovs-dev] [PATCv3] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ben Pfaff
On Mon, Jul 02, 2012 at 12:10:12PM -0700, Ansis Atteka wrote: > ovs-l3ping is similar to ovs-test, but the main difference > is that it does not require administrator to open firewall > holes for the XML/RPC control connection. This is achieved > by encapsulating the Control Connection over the L3

[ovs-dev] [PATCv3] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ansis Atteka
ovs-l3ping is similar to ovs-test, but the main difference is that it does not require administrator to open firewall holes for the XML/RPC control connection. This is achieved by encapsulating the Control Connection over the L3 tunnel itself. This tool is not intended as a replacement for ovs-tes

[ovs-dev] [PATCv3] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ansis Atteka
ovs-l3ping is similar to ovs-test, but the main difference is that it does not require administrator to open firewall holes for the XML/RPC control connection. This is achieved by encapsulating the Control Connection over the L3 tunnel itself. This tool is not intended as a replacement for ovs-tes

Re: [ovs-dev] [PATCv2] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ansis Atteka
On Mon, Jul 2, 2012 at 11:39 AM, Ben Pfaff wrote: > On Mon, Jul 02, 2012 at 11:34:39AM -0700, Ansis Atteka wrote: > > On Mon, Jul 2, 2012 at 9:46 AM, Ben Pfaff wrote: > > > > > On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote: > > > > ovs-l3ping is similar to ovs-test, but the main d

Re: [ovs-dev] [PATCv2] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Reid Price
On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote: > ovs-l3ping is similar to ovs-test, but the main difference > is that it does not require administrator to open firewall > holes for the XML/RPC control connection. This is achieved > by encapsulating the Control Connection over the L3

Re: [ovs-dev] [PATCv2] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ben Pfaff
On Mon, Jul 02, 2012 at 11:34:39AM -0700, Ansis Atteka wrote: > On Mon, Jul 2, 2012 at 9:46 AM, Ben Pfaff wrote: > > > On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote: > > > ovs-l3ping is similar to ovs-test, but the main difference > > > is that it does not require administrator to

Re: [ovs-dev] [PATCv2] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ansis Atteka
On Mon, Jul 2, 2012 at 9:46 AM, Ben Pfaff wrote: > On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote: > > ovs-l3ping is similar to ovs-test, but the main difference > > is that it does not require administrator to open firewall > > holes for the XML/RPC control connection. This is achi

[ovs-dev] [PATCH] python: Call 'wait' methods correctly in jsonrpc and stream code.

2012-07-02 Thread Ben Pfaff
Bug #12301. Reported-by: Mike Kruze Signed-off-by: Ben Pfaff --- python/ovs/jsonrpc.py |2 +- python/ovs/stream.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ovs/jsonrpc.py b/python/ovs/jsonrpc.py index cf08131..a054401 100644 --- a/python/ovs/jsonrpc.p

Re: [ovs-dev] [PATCv2] ovs-l3ping: A new test utility that allows to detect L3 tunneling issues

2012-07-02 Thread Ben Pfaff
On Fri, Jun 29, 2012 at 10:45:47PM -0700, Ansis Atteka wrote: > ovs-l3ping is similar to ovs-test, but the main difference > is that it does not require administrator to open firewall > holes for the XML/RPC control connection. This is achieved > by encapsulating the Control Connection over the L3

Re: [ovs-dev] [PATCH V2] Using UTC in all of ovs logs

2012-07-02 Thread Arun Sharma
I had verified with 'make check' earlier. Along with additional manual test with respect to code change to verify the log date/time output. (which was there in RTF file). Thanks for code commit. ~Arun On 7/2/12 9:44 PM, "Ben Pfaff" wrote: >In RTF format? > >The unit tests are what happen when

Re: [ovs-dev] [PATCH] Python daemons: Changed log date time format.

2012-07-02 Thread Ben Pfaff
On Mon, Jul 02, 2012 at 04:32:44AM -0700, Arun Sharma wrote: > Changed the python daemons log date and time format to keep similar > as C binaries logging format. The date time is in UTC. > > Signed-off-by: Arun Sharma Applied to master, thanks. ___ de

Re: [ovs-dev] [PATCH V2] Using UTC in all of ovs logs

2012-07-02 Thread Ben Pfaff
In RTF format? The unit tests are what happen when you run "make check". What you attached is just the output of running a couple of commands by hand. Anyway I've pushed this commit. Thanks, Ben. On Mon, Jul 02, 2012 at 02:04:09PM +0530, Arun Sharma wrote: > Unit test results is attached with

Re: [ovs-dev] [PATCH V2] Using UTC in all of ovs logs

2012-07-02 Thread Ben Pfaff
On Fri, Jun 29, 2012 at 12:50:15PM -0700, Arun Sharma wrote: > Fixed the remaining programs which does not logs in UTC timestamp format. > Also updated NEWS. > > Signed-off-by: Arun Sharma I made a few adjustments to NEWS and the log message and pushed this. Thanks, Ben. __

[ovs-dev] [PATCH] Python daemons: Changed log date time format.

2012-07-02 Thread Arun Sharma
Changed the python daemons log date and time format to keep similar as C binaries logging format. The date time is in UTC. Signed-off-by: Arun Sharma --- python/ovs/vlog.py |2 +- tests/vlog.at |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ovs/vlog.py

Re: [ovs-dev] [PATCH V2] Using UTC in all of ovs logs

2012-07-02 Thread Arun Sharma
Unit test results is attached with this email. Thanks, Arun On 6/30/12 1:20 AM, "Arun Sharma" wrote: >Fixed the remaining programs which does not logs in UTC timestamp format. >Also updated NEWS. > >Signed-off-by: Arun Sharma >--- > NEWS |5 - > lib/table.c |