Re: [ovs-dev] [PATCH v3 1/5] rstp: Init a recursive mutex for rstp.

2017-05-31 Thread nickcooper-zhangtonghao
> On Jun 1, 2017, at 7:01 AM, Ben Pfaff wrote: > > On Fri, May 19, 2017 at 12:20:39AM -0700, nickcooper-zhangtonghao wrote: >> * This patch will be used for next patch. The 'rstp/show' command, >> which uses the mutex, calls functions which also use the mutex. >> We should init it

[ovs-dev] [PATCH v3 1/5] rstp: Init a recursive mutex for rstp.

2017-05-19 Thread nickcooper-zhangtonghao
* This patch will be used for next patch. The 'rstp/show' command, which uses the mutex, calls functions which also use the mutex. We should init it as a recursive mutex. * Because of recursive mutex, this patch remove the OVS_EXCLUDED in list/rstp.[ch] files. * Some rstp tests of OvS, which run