[ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-17 Thread Han Zhou
For incremental processing, it is important to maintain relationship between the inputs and the logical flows generated. This patch creates the links between ovn_port and logical flows. The same data structure may be expanded to maintain links between logical flows and other types of inputs. This

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-26 Thread Numan Siddique
On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > For incremental processing, it is important to maintain relationship > between the inputs and the logical flows generated. This patch creates > the links between ovn_port and logical flows. The same data structure > may be expanded to maintain l

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-26 Thread Han Zhou
On Mon, Jun 26, 2023 at 7:25 AM Numan Siddique wrote: > > On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > > > For incremental processing, it is important to maintain relationship > > between the inputs and the logical flows generated. This patch creates > > the links between ovn_port and log

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-27 Thread Numan Siddique
On Mon, Jun 26, 2023 at 10:34 PM Han Zhou wrote: > > On Mon, Jun 26, 2023 at 7:25 AM Numan Siddique wrote: > > > > On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > > > > > For incremental processing, it is important to maintain relationship > > > between the inputs and the logical flows gene

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-29 Thread Dumitru Ceara
On 6/27/23 10:23, Numan Siddique wrote: > On Mon, Jun 26, 2023 at 10:34 PM Han Zhou wrote: >> >> On Mon, Jun 26, 2023 at 7:25 AM Numan Siddique wrote: >>> >>> On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: For incremental processing, it is important to maintain relationship betw

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-29 Thread Han Zhou
On Thu, Jun 29, 2023 at 9:19 AM Dumitru Ceara wrote: > > On 6/27/23 10:23, Numan Siddique wrote: > > On Mon, Jun 26, 2023 at 10:34 PM Han Zhou wrote: > >> > >> On Mon, Jun 26, 2023 at 7:25 AM Numan Siddique wrote: > >>> > >>> On Sun, Jun 18, 2023 at 11:48 AM Han Zhou wrote: > > For in

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-06-29 Thread Numan Siddique
On Fri, Jun 30, 2023 at 7:00 AM Han Zhou wrote: > > On Thu, Jun 29, 2023 at 9:19 AM Dumitru Ceara wrote: > > > > On 6/27/23 10:23, Numan Siddique wrote: > > > On Mon, Jun 26, 2023 at 10:34 PM Han Zhou wrote: > > >> > > >> On Mon, Jun 26, 2023 at 7:25 AM Numan Siddique wrote: > > >>> > > >>> On

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-07-06 Thread Han Zhou
On Thu, Jun 29, 2023 at 10:10 PM Numan Siddique wrote: > > On Fri, Jun 30, 2023 at 7:00 AM Han Zhou wrote: > > > > On Thu, Jun 29, 2023 at 9:19 AM Dumitru Ceara wrote: > > > > > > On 6/27/23 10:23, Numan Siddique wrote: > > > > On Mon, Jun 26, 2023 at 10:34 PM Han Zhou wrote: > > > >> > > > >>

Re: [ovs-dev] [PATCH ovn 2/3] northd.c: Maintain links between ovn_port and lflow.

2023-07-06 Thread Dumitru Ceara
On 7/6/23 12:13, Han Zhou wrote: > On Thu, Jun 29, 2023 at 10:10 PM Numan Siddique wrote: >> >> On Fri, Jun 30, 2023 at 7:00 AM Han Zhou wrote: >>> >>> On Thu, Jun 29, 2023 at 9:19 AM Dumitru Ceara wrote: On 6/27/23 10:23, Numan Siddique wrote: > On Mon, Jun 26, 2023 at 10:34 PM Ha