Re: [ovs-dev] [PATCH ovn v4 7/7] northd: Add functionality to runtime node

2021-09-29 Thread Mark Gray
On 16/09/2021 08:08, Han Zhou wrote: > On Fri, Sep 3, 2021 at 5:22 AM Mark Gray wrote: >> >> Update the runtime node to initialize and destroy some common data >> used by multiple functions in northd. > > Hi Mark, > > It looks good overall as an initiate step to employ the inc-proc engine for >

Re: [ovs-dev] [PATCH ovn v4 7/7] northd: Add functionality to runtime node

2021-09-16 Thread Mark Gray
On 16/09/2021 08:08, Han Zhou wrote: > On Fri, Sep 3, 2021 at 5:22 AM Mark Gray wrote: >> Also, thanks to Han and Mark for reviewing! >> Update the runtime node to initialize and destroy some common data >> used by multiple functions in northd. > > Hi Mark, > > It looks good overall as an

Re: [ovs-dev] [PATCH ovn v4 7/7] northd: Add functionality to runtime node

2021-09-16 Thread Mark Gray
On 16/09/2021 08:08, Han Zhou wrote: > On Fri, Sep 3, 2021 at 5:22 AM Mark Gray wrote: >> >> Update the runtime node to initialize and destroy some common data >> used by multiple functions in northd. > > Hi Mark, > > It looks good overall as an initiate step to employ the inc-proc engine for >

Re: [ovs-dev] [PATCH ovn v4 7/7] northd: Add functionality to runtime node

2021-09-16 Thread Han Zhou
On Fri, Sep 3, 2021 at 5:22 AM Mark Gray wrote: > > Update the runtime node to initialize and destroy some common data > used by multiple functions in northd. Hi Mark, It looks good overall as an initiate step to employ the inc-proc engine for ovn-northd. It is great that it achieves the

[ovs-dev] [PATCH ovn v4 7/7] northd: Add functionality to runtime node

2021-09-03 Thread Mark Gray
Update the runtime node to initialize and destroy some common data used by multiple functions in northd. Signed-off-by: Mark Gray --- northd/en-northd.c | 9 - northd/en-runtime.c | 30 -- northd/en-runtime.h | 8 northd/northd.c | 15