Re: [ovs-dev] [BUG] broad-/multicast & SLB bonding -> FAIL

2013-01-30 Thread Jesse Gross
On Mon, Jan 28, 2013 at 12:07 PM, Markus Schuster wrote: > On Monday 28 January 2013 20:29:01 Jesse Gross wrote: >> Are you configuring bonding directly through the OVS command line or >> using Xen tools? > > I'm using the Xen tools to configure all networking related settings. > Currently I'm not

Re: [ovs-dev] [PATCH] RFC: Pass more packet and flow key info to userspace.

2013-01-30 Thread Jesse Gross
On Wed, Jan 30, 2013 at 3:14 AM, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > > On Jan 30, 2013, at 2:59 , ext Jesse Gross wrote: > >> On Tue, Jan 29, 2013 at 7:10 AM, Rajahalme, Jarno (NSN - FI/Espoo) >> wrote: >>> >>> On Jan 24, 2013, at 19:41 , ext Jesse Gross wrote: >>> On Thu, Jan 24, 201

Re: [ovs-dev] [coverity 04/12] ovsdb-tool: Fix memory leak on error path in "show-log" implementation.

2013-01-30 Thread Ethan Jackson
Acked-by: Ethan Jackson On Thu, Jan 24, 2013 at 2:44 PM, Ben Pfaff wrote: > Found by Coverity. > > Signed-off-by: Ben Pfaff > --- > ovsdb/ovsdb-tool.c |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/ovsdb/ovsdb-tool.c b/ovsdb/ovsdb-tool.c > index 6b75f49..b50

Re: [ovs-dev] [coverity 03/12] ovsdb-idl: Fix memory leak on error path.

2013-01-30 Thread Ethan Jackson
Acked-by: Ethan Jackson On Thu, Jan 24, 2013 at 2:44 PM, Ben Pfaff wrote: > Found by Coverity. > > Signed-off-by: Ben Pfaff > --- > lib/ovsdb-idl.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c > index 0cb0759..fbf4bba 100644

Re: [ovs-dev] [coverity 02/12] meta-flow: Add missing "break" to mf_set_wild().

2013-01-30 Thread Ethan Jackson
Acked-by: Ethan Jackson On Thu, Jan 24, 2013 at 2:44 PM, Ben Pfaff wrote: > Found by Coverity. > > Signed-off-by: Ben Pfaff > --- > lib/meta-flow.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/meta-flow.c b/lib/meta-flow.c > index 8a92a5c..fa6e434 100644 >

[ovs-dev] Asalamalakum

2013-01-30 Thread hassan
السلام عليكم ورحمة الله وبركاته انا من سوريا ام وحيدة لطفلين عندى اقتراح اريد ان اقدمه لك لصالحنا انا وانت فارجو الرد بارسال بياناتك والسلام عليكم ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovs-ctl: Fix a couple of typos.

2013-01-30 Thread Ben Pfaff
On Wed, Jan 30, 2013 at 08:21:48AM -0800, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty Looks good, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] ovs-ctl: Fix a couple of typos.

2013-01-30 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- utilities/ovs-ctl.8 |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/ovs-ctl.8 b/utilities/ovs-ctl.8 index 7e1057a..97294af 100644 --- a/utilities/ovs-ctl.8 +++ b/utilities/ovs-ctl.8 @@ -195,7 +195,7 @@ By default, no wrappe

Re: [ovs-dev] [tunnel 04/11] ofproto-dpif: Install drops for flows from invalid in_ports.

2013-01-30 Thread Ben Pfaff
On Mon, Jan 28, 2013 at 05:03:31PM -0800, Ethan Jackson wrote: > > In update_stats(), I think that we could save some time by only > > calling drop_key_lookup() if ofproto_receive() returns ENODEV, since > > drop keys should not be the common case. > > Actually, upon reflection I've realized that

[ovs-dev] [BUG] SLB bonding & bond-rebalance-interval not working as expected

2013-01-30 Thread Markus Schuster
Hi, looks like I'm currently in SLB bonding bug hunting mood :) - I think I found an additional bug / strange behaviour with balance-slb bonding: Two VMs suffered from short term (a few minutes) connectivity issues every now and then, so I started digging further into the issue. First thing I

Re: [ovs-dev] [PATCH] RFC: Pass more packet and flow key info to userspace.

2013-01-30 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Jan 30, 2013, at 2:59 , ext Jesse Gross wrote: > On Tue, Jan 29, 2013 at 7:10 AM, Rajahalme, Jarno (NSN - FI/Espoo) > wrote: >> >> On Jan 24, 2013, at 19:41 , ext Jesse Gross wrote: >> >>> On Thu, Jan 24, 2013 at 7:34 AM, Jarno Rajahalme >>> wrote: On Jan 23, 2013, at 19:30 , ex