Re: [ovs-dev] [PATCH v6 14/18] lib/rstp: Remove lock recursion.

2014-09-09 Thread Daniele Venturino
Acked-by: Daniele Venturino 2014-08-21 1:57 GMT+02:00 Jarno Rajahalme : > Change the RSTP send_bpdu interface so that a recursive mutex is not > needed. > > Signed-off-by: Jarno Rajahalme > --- > lib/rstp-common.h |2 +- > lib/rstp-state-machines.c |2 +- > lib/rstp.c

[ovs-dev] [PATCH v6 14/18] lib/rstp: Remove lock recursion.

2014-08-20 Thread Jarno Rajahalme
Change the RSTP send_bpdu interface so that a recursive mutex is not needed. Signed-off-by: Jarno Rajahalme --- lib/rstp-common.h |2 +- lib/rstp-state-machines.c |2 +- lib/rstp.c|7 +++ lib/rstp.h|5 ++--- ofproto/ofproto-dpif.c|