Re: [ovs-dev] [PATCH v2] MPLS: Add limited GSO support

2013-04-04 Thread Simon Horman
On Thu, Apr 04, 2013 at 10:20:47AM -0700, Jesse Gross wrote: > On Wed, Apr 3, 2013 at 5:55 PM, Simon Horman wrote: > > On Wed, Apr 03, 2013 at 05:44:17PM -0700, Jesse Gross wrote: > >> On Wed, Apr 3, 2013 at 5:28 PM, Simon Horman wrote: > >> > On Wed, Apr 03, 2013 at 04:51:38PM -0700, Jesse Gross

Re: [ovs-dev] [PATCH] ovs-appctl: dpif/show display bug fix

2013-04-04 Thread Justin Pettit
Agreed. I pushed this to master and branch-1.10. --Justin On Apr 4, 2013, at 5:01 PM, Ethan Jackson wrote: > LGTM > > On Thu, Apr 4, 2013 at 4:35 PM, Andy Zhou wrote: >> Fixes a bug where per ofproto moving average stats did not update >> when there is no active dp flows. >> >> Reported-by

Re: [ovs-dev] [PATCH] ovs-appctl: dpif/show display bug fix

2013-04-04 Thread Ethan Jackson
LGTM On Thu, Apr 4, 2013 at 4:35 PM, Andy Zhou wrote: > Fixes a bug where per ofproto moving average stats did not update > when there is no active dp flows. > > Reported-by: Justin Pettit > Signed-off-by: Andy Zhou > --- > ofproto/ofproto-dpif.c |8 ++-- > tests/ofproto-dpif.at |

[ovs-dev] [PATCH] ovs-appctl: dpif/show display bug fix

2013-04-04 Thread Andy Zhou
Fixes a bug where per ofproto moving average stats did not update when there is no active dp flows. Reported-by: Justin Pettit Signed-off-by: Andy Zhou --- ofproto/ofproto-dpif.c |8 ++-- tests/ofproto-dpif.at |4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/

Re: [ovs-dev] [PATCH 3/3] tests: Avoid race conditions, by letting the kernel choose ports to bind.

2013-04-04 Thread Neil Mckee
Yes, that makes sense. Thanks. Neil On Apr 3, 2013, at 6:47 PM, Ben Pfaff wrote: > On Wed, Apr 03, 2013 at 05:01:40PM -0700, Neil Mckee wrote: >> "parse-listening-port" seems to return the port that the server was >> told to listen on(?) > > Yes, it returns the port that the server is list

Re: [ovs-dev] [PATCH 3/3] tests: Avoid race conditions, by letting the kernel choose ports to bind.

2013-04-04 Thread Neil Mckee
"parse-listening-port" seems to return the port that the server was told to listen on(?)But that bears no relation to the UDP port that sFlow or NetFlow might be sent out to. The way you have it now will probably work, but only by accident: because you can usually open UDP port X at the

Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-04 Thread Pravin Shelar
On Tue, Apr 2, 2013 at 11:24 PM, Rajahalme, Jarno (NSN - FI/Espoo) < jarno.rajaha...@nsn.com> wrote: > > On Mar 30, 2013, at 18:20 , ext Pravin B Shelar wrote: > > > diff --git a/datapath/linux/compat/include/linux/netdevice.h > b/datapath/linux/compat/include/linux/netdevice.h > > index 71aad87..

Re: [ovs-dev] [PATCH] datapath: Integration with upstream kernel tunneling.

2013-04-04 Thread Pravin Shelar
On Tue, Apr 2, 2013 at 3:26 PM, Jesse Gross wrote: > On Sat, Mar 30, 2013 at 9:20 AM, Pravin B Shelar > wrote: > > Following patch restructure ovs tunneling to make use of kernel > > api. Doing this tunneling code is simplified as most of protocol > > processing on send and recv is pushed to ker

Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-04 Thread Romain Lenglet
- Original Message - > From: "Ben Pfaff" > To: "Romain Lenglet" > Cc: dev@openvswitch.org > Sent: Thursday, April 4, 2013 7:47:19 AM > Subject: Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs > easier to filter > > On Wed, Apr 03, 2013 at 10:08:09AM -0700, Romain Lengl

[ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-04 Thread Romain Lenglet
Prepend "ovs|" to syslog logs to make them easier to filter out of all LOG_DAEMON logs. Signed-off-by: Romain Lenglet --- NEWS | 1 + lib/vlog.h | 2 +- python/ovs/vlog.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cbbe06b..39e6

Re: [ovs-dev] [PATCH v2] MPLS: Add limited GSO support

2013-04-04 Thread Jesse Gross
On Wed, Apr 3, 2013 at 5:55 PM, Simon Horman wrote: > On Wed, Apr 03, 2013 at 05:44:17PM -0700, Jesse Gross wrote: >> On Wed, Apr 3, 2013 at 5:28 PM, Simon Horman wrote: >> > On Wed, Apr 03, 2013 at 04:51:38PM -0700, Jesse Gross wrote: >> >> On Wed, Apr 3, 2013 at 2:11 AM, Simon Horman wrote: >>

[ovs-dev] Social network for 2D and 3D artists.

2013-04-04 Thread Bohdan
Hello. My name is Bohdan. I am creator of new network for all creative and talented people. 2D Artists, 3D Artists, Programmers, Writers, Designers Photographers and a lot more… I would like to invite you to visit my web site, this is very good and useful social network. Network with tutoria

Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-04 Thread Ben Pfaff
On Wed, Apr 03, 2013 at 10:08:09AM -0700, Romain Lenglet wrote: > Prepend "ovs|" to syslog logs to make them easier to filter out of all > LOG_DAEMON logs. > > Signed-off-by: Romain Lenglet With this commit, the "testing vlog - Python" test fails. Will you fix it? Thanks, Ben. ___