Re: [ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread Han Zhou
On Thu, May 28, 2020 at 1:13 PM Numan Siddique wrote: > > > > On Fri, May 29, 2020 at 1:31 AM Han Zhou wrote: >> >> On Thu, May 28, 2020 at 12:15 PM Numan Siddique wrote: >> > >> > >> > >> > On Fri, May 29, 2020 at 12:29 AM Han Zhou wrote: >> >> >> >> On Thu, May 28, 2020 at 11:29 AM Dumitru

Re: [ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread Numan Siddique
On Fri, May 29, 2020 at 1:31 AM Han Zhou wrote: > On Thu, May 28, 2020 at 12:15 PM Numan Siddique wrote: > > > > > > > > On Fri, May 29, 2020 at 12:29 AM Han Zhou wrote: > >> > >> On Thu, May 28, 2020 at 11:29 AM Dumitru Ceara > wrote: > >> > > >> > On 5/28/20 1:04 PM, num...@ovn.org wrote: >

Re: [ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread Han Zhou
On Thu, May 28, 2020 at 12:15 PM Numan Siddique wrote: > > > > On Fri, May 29, 2020 at 12:29 AM Han Zhou wrote: >> >> On Thu, May 28, 2020 at 11:29 AM Dumitru Ceara wrote: >> > >> > On 5/28/20 1:04 PM, num...@ovn.org wrote: >> > > From: Numan Siddique >> > > >> > > With this patch, an engine

Re: [ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread Numan Siddique
On Fri, May 29, 2020 at 12:29 AM Han Zhou wrote: > On Thu, May 28, 2020 at 11:29 AM Dumitru Ceara wrote: > > > > On 5/28/20 1:04 PM, num...@ovn.org wrote: > > > From: Numan Siddique > > > > > > With this patch, an engine node which is an input to another engine > node > > > can provide the

Re: [ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread Han Zhou
On Thu, May 28, 2020 at 11:29 AM Dumitru Ceara wrote: > > On 5/28/20 1:04 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > With this patch, an engine node which is an input to another engine node > > can provide the tracked data. The parent of this engine node can handle > > this

Re: [ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread Dumitru Ceara
On 5/28/20 1:04 PM, num...@ovn.org wrote: > From: Numan Siddique > > With this patch, an engine node which is an input to another engine node > can provide the tracked data. The parent of this engine node can handle > this tracked data incrementally. > > At the end of the engine_run(), the

[ovs-dev] [PATCH ovn v9 4/8] I-P engine: Provide the option for an engine to store changed data

2020-05-28 Thread numans
From: Numan Siddique With this patch, an engine node which is an input to another engine node can provide the tracked data. The parent of this engine node can handle this tracked data incrementally. At the end of the engine_run(), the tracked data of the nodes are cleared. Acked-by: Mark