[ovs-dev] [PATCH 1/4] stp: Change the api for next patch.

2017-03-07 Thread nickcooper-zhangtonghao
This patch changes the stp_port_get_role and removes the stp_port_get_id, because stp/show has locked the mutex before calling the stp_port_get_role, and stp_port_get_id will not be used. Signed-off-by: nickcooper-zhangtonghao --- lib/stp.c | 29 + lib/st

Re: [ovs-dev] [PATCH 1/4] stp: Change the api for next patch.

2017-03-13 Thread nickcooper-zhangtonghao
Is there someone can help me to review stp patches? http://patchwork.ozlabs.org/patch/736157/ http://patchwork.ozlabs.org/patch/736158/ http://patchwork.ozlabs.org/patch/736159/

Re: [ovs-dev] [PATCH 1/4] stp: Change the api for next patch.

2017-03-17 Thread Ben Pfaff
On Tue, Mar 07, 2017 at 05:11:27AM -0800, nickcooper-zhangtonghao wrote: > This patch changes the stp_port_get_role and removes > the stp_port_get_id, because stp/show has locked the > mutex before calling the stp_port_get_role, and > stp_port_get_id will not be used. > > Signed-off-by: nickcooper