Re: [ovs-dev] [PATCH v6 16/18] lib/rstp: Simplify priority vector comparison.

2014-09-09 Thread Daniele Venturino
Acked-by: Daniele Venturino 2014-08-21 1:57 GMT+02:00 Jarno Rajahalme : > Testing for sameness first makes the logic simpler to follow. > > Signed-off-by: Jarno Rajahalme > --- > lib/rstp-state-machines.c | 57 > +++-- > 1 file changed, 24 insertions(+

[ovs-dev] [PATCH v6 16/18] lib/rstp: Simplify priority vector comparison.

2014-08-20 Thread Jarno Rajahalme
Testing for sameness first makes the logic simpler to follow. Signed-off-by: Jarno Rajahalme --- lib/rstp-state-machines.c | 57 +++-- 1 file changed, 24 insertions(+), 33 deletions(-) diff --git a/lib/rstp-state-machines.c b/lib/rstp-state-machines.c i