Re: [ovs-dev] [PATCH v3 1/2] ovn-controller: readonly mode binding_run and get_br_int

2017-08-08 Thread Ben Pfaff
On Thu, Jul 13, 2017 at 03:54:01PM -0700, Han Zhou wrote: > This change is to prepare for the future change for multi-threading. > Both binding_run() and get_br_int() are needed by pinctrl thread, > but we don't want to update SB DB or create bridges in that scenario, > so need "readonly" mode for

[ovs-dev] [PATCH v3 1/2] ovn-controller: readonly mode binding_run and get_br_int

2017-07-13 Thread Han Zhou
This change is to prepare for the future change for multi-threading. Both binding_run() and get_br_int() are needed by pinctrl thread, but we don't want to update SB DB or create bridges in that scenario, so need "readonly" mode for these functions. Signed-off-by: Han Zhou