Re: [ovs-dev] [PATCH 17/17] rstp: refactor RSTP setters.

2014-11-20 Thread Jarno Rajahalme
> On Nov 20, 2014, at 7:57 AM, Daniele Venturino > wrote: > > We think we could change the NEWS section like this: > >> diff --git a/NEWS b/NEWS >> index 40a0db0..ea8c6c0 100644 >> --- a/NEWS >> +++ b/NEWS >> @@ -41,9 +41,9 @@ Post-v2.3.0 >>- Support for travis-ci.org based continuous inte

Re: [ovs-dev] [PATCH 17/17] rstp: refactor RSTP setters.

2014-11-20 Thread Daniele Venturino
We think we could change the NEWS section like this: > diff --git a/NEWS b/NEWS > index 40a0db0..ea8c6c0 100644 > --- a/NEWS > +++ b/NEWS > @@ -41,9 +41,9 @@ Post-v2.3.0 >- Support for travis-ci.org based continuous > integration builds has been > added. Build fai

Re: [ovs-dev] [PATCH 17/17] rstp: refactor RSTP setters.

2014-11-19 Thread Jarno Rajahalme
Daniele, Series pushed to master, thank you! It might be good to have a short statement in NEWS about the conformance testing, what do you think? Jarno On Nov 13, 2014, at 4:21 PM, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme - > > Thanks! > > Jarno > > On Nov 6, 2014, at 7:31 A

Re: [ovs-dev] [PATCH 17/17] rstp: refactor RSTP setters.

2014-11-13 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme - Thanks! Jarno On Nov 6, 2014, at 7:31 AM, Daniele Venturino wrote: > With this patch setters invoke procedures only if values have changed. > Also rstp_set_bridge_address__() keeps the existing priority in the > bridge_identifier. > > Signed-off-by

[ovs-dev] [PATCH 17/17] rstp: refactor RSTP setters.

2014-11-06 Thread Daniele Venturino
With this patch setters invoke procedures only if values have changed. Also rstp_set_bridge_address__() keeps the existing priority in the bridge_identifier. Signed-off-by: Daniele Venturino --- lib/rstp.c | 80 -- 1 f