Re: [ovs-dev] [PATCH] ovn-controller: Add clarifying comment about main loop in binding_run().

2015-12-11 Thread Russell Bryant
On 12/10/2015 08:57 PM, Justin Pettit wrote: > Signed-off-by: Justin Pettit > --- > ovn/controller/binding.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c > index 7f31b31..8461df6 100644 > ---

Re: [ovs-dev] [PATCH] ovn-controller: Add clarifying comment about main loop in binding_run().

2015-12-11 Thread Justin Pettit
> On Dec 11, 2015, at 8:02 AM, Russell Bryant wrote: > > On 12/10/2015 08:57 PM, Justin Pettit wrote: >> Signed-off-by: Justin Pettit >> --- >> ovn/controller/binding.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/ovn/controller/binding.c

[ovs-dev] [PATCH] ovn-controller: Add clarifying comment about main loop in binding_run().

2015-12-10 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovn/controller/binding.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c index 7f31b31..8461df6 100644 --- a/ovn/controller/binding.c +++ b/ovn/controller/binding.c @@ -151,6 +151,9 @@