Re: [ovs-dev] [PATCH v6 18/18] lib/rstp: Use hmap instead of a list for ports.

2014-09-09 Thread Jarno Rajahalme
Series pushed to master, thank you for your contribution! Jarno On Sep 9, 2014, at 3:39 AM, Daniele Venturino wrote: > Acked-by: Daniele Venturino > > 2014-08-21 1:57 GMT+02:00 Jarno Rajahalme : > Finding a given port is faster. > > Signed-off-by: Jarno Rajahalme > --- > lib/rstp-common

Re: [ovs-dev] [PATCH v6 18/18] lib/rstp: Use hmap instead of a list for ports.

2014-09-09 Thread Daniele Venturino
Acked-by: Daniele Venturino 2014-08-21 1:57 GMT+02:00 Jarno Rajahalme : > Finding a given port is faster. > > Signed-off-by: Jarno Rajahalme > --- > lib/rstp-common.h |5 +++-- > lib/rstp-state-machines.c | 30 +++--- > lib/rstp.c| 35 +++

[ovs-dev] [PATCH v6 18/18] lib/rstp: Use hmap instead of a list for ports.

2014-08-20 Thread Jarno Rajahalme
Finding a given port is faster. Signed-off-by: Jarno Rajahalme --- lib/rstp-common.h |5 +++-- lib/rstp-state-machines.c | 30 +++--- lib/rstp.c| 35 ++- 3 files changed, 36 insertions(+), 34 deletions(-) di