Re: [ovs-dev] [PATCH] automake: Cleanup to allow make distcheck to succeed.

2015-07-18 Thread Aaron Conole
Ben Pfaff writes: > Can you explain the following change? What effect does it have, and why > is it needed only in one fork of the "if"? > >> --- a/Makefile.am >> +++ b/Makefile.am >> @@ -44,7 +44,7 @@ endif >> if WIN32 >> psep=";" >> else >> -psep=":" >> +psep=: >> endif Make does not acce

Re: [ovs-dev] kernel module testing

2015-07-18 Thread Pritesh Kothari (pritkoth)
> On Jul 18, 2015, at 9:46 AM, Ben Pfaff wrote: > > I'm happy to encourage people to submit changes via Github, as an > experiment. > > I don't know of a way to experiment with Gerrit, because Gerrit wants > exclusive access to your repository. There is a Gerrit service for There is actually

Re: [ovs-dev] kernel module testing

2015-07-18 Thread Ben Pfaff
On Fri, Jul 17, 2015 at 04:18:08PM -0700, Jesse Gross wrote: > On Thu, Jul 16, 2015 at 12:04 PM, Kyle Mestery wrote: > > On Thu, Jul 16, 2015 at 12:55 PM, Ben Pfaff wrote: > > > >> On Tue, Jul 14, 2015 at 07:45:42AM +, Pritesh Kothari (pritkoth) wrote: > >> > > >> > > On Jul 13, 2015, at 9:40

Re: [ovs-dev] [PATCH v3 1/3] tests: Check for core files before exiting.

2015-07-18 Thread Ben Pfaff
Actually I wonder if we're overlooking a bigger point. Are intermittent failures so common when you run the testsuite that you habitually do a recheck without looking at them? For me, they are not. I do see intermittent failures, but only occasionally; maybe 1 in 10 testsuite runs. That isn't s

Re: [ovs-dev] [PATCH v3 1/3] tests: Check for core files before exiting.

2015-07-18 Thread Ben Pfaff
On Fri, Jul 17, 2015 at 05:15:04PM -0700, Jarno Rajahalme wrote: > Ben, > > This works, the core file names can be found from the testsuite.log! > > It would be super nice to have the cores reported on the “Test Results” > section of the make check output, though: > > ## - ## > ## T

Re: [ovs-dev] Support for MCAST_Snooping

2015-07-18 Thread Thadeu Lima de Souza Cascardo
On Sat, Jul 18, 2015 at 06:44:20PM +0530, laxmikanta.beh...@gmail.com wrote: > Hi Cascardo, > > Appreciated your quick response and find my below inline comment for > resolving the issue . > > What is your bridge topology? > Laxmikanta:-My topology is very simple back to back connection. > >

Re: [ovs-dev] Support for MCAST_Snooping

2015-07-18 Thread laxmikanta.beh...@gmail.com
Hi Cascardo, Appreciated your quick response and find my below inline comment for resolving the issue . What is your bridge topology? Laxmikanta:-My topology is very simple back to back connection. Query--> <--Join TG1(As a Server) -

Re: [ovs-dev] Support for MCAST_Snooping

2015-07-18 Thread Thadeu Lima de Souza Cascardo
On Sat, Jul 18, 2015 at 02:46:40PM +0530, laxmikanta.beh...@gmail.com wrote: > Hi, > > I am currently using the beta version of ovs(2.3.90) and have enabled the > multicast snooping configuration with the help of below command. > > > echo 2 > > /proc/sys/net/ipv4/c

[ovs-dev] Support for MCAST_Snooping

2015-07-18 Thread laxmikanta.beh...@gmail.com
Hi, I am currently using the beta version of ovs(2.3.90) and have enabled the multicast snooping configuration with the help of below command. echo 2 > /proc/sys/net/ipv4/conf/all/force_igmp_version Configure bridge \fBbr0\fR to enable multicast snooping