Re: [ovs-dev] [PATCH v6 13/18] lib/rstp: More robust thread safety.

2014-09-09 Thread Daniele Venturino
Acked-by: Daniele Venturino 2014-08-21 1:57 GMT+02:00 Jarno Rajahalme : > Current code expects there to be a single thread that is responsible > for creating rstp and creating and deleting rstp_port objects. rstp > objects are also deleted from other threads, as managed by reference > counting.

[ovs-dev] [PATCH v6 13/18] lib/rstp: More robust thread safety.

2014-08-20 Thread Jarno Rajahalme
Current code expects there to be a single thread that is responsible for creating rstp and creating and deleting rstp_port objects. rstp objects are also deleted from other threads, as managed by reference counting. rstp port objects are not reference counted, which means that references to rstp