Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-08 Thread Ilya Maximets
On 9/8/20 8:51 AM, Anton Ivanov wrote: > > > On 07/09/2020 18:39, Ilya Maximets wrote: >> On 9/7/20 7:08 PM, Anton Ivanov wrote: >>> >>> >>> On 07/09/2020 12:51, Ilya Maximets wrote: On 9/4/20 8:22 PM, Anton Ivanov wrote: > > On 04/09/2020 15:00, Ilya Maximets wrote: >> On 9/2/20

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-07 Thread Anton Ivanov
On 07/09/2020 18:39, Ilya Maximets wrote: On 9/7/20 7:08 PM, Anton Ivanov wrote: On 07/09/2020 12:51, Ilya Maximets wrote: On 9/4/20 8:22 PM, Anton Ivanov wrote: On 04/09/2020 15:00, Ilya Maximets wrote: On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov Sign

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-07 Thread Ilya Maximets
On 9/7/20 7:08 PM, Anton Ivanov wrote: > > > On 07/09/2020 12:51, Ilya Maximets wrote: >> On 9/4/20 8:22 PM, Anton Ivanov wrote: >>> >>> On 04/09/2020 15:00, Ilya Maximets wrote: On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > Signed-off-by: An

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-07 Thread Anton Ivanov
On 07/09/2020 12:51, Ilya Maximets wrote: On 9/4/20 8:22 PM, Anton Ivanov wrote: On 04/09/2020 15:00, Ilya Maximets wrote: On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov Signed-off-by: Anton Ivanov ---   northd/ovn-northd.c | 73 +---

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-07 Thread Anton Ivanov
On 07/09/2020 12:51, Ilya Maximets wrote: On 9/4/20 8:22 PM, Anton Ivanov wrote: On 04/09/2020 15:00, Ilya Maximets wrote: On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov Signed-off-by: Anton Ivanov ---   northd/ovn-northd.c | 73 +---

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-07 Thread Ilya Maximets
On 9/4/20 8:22 PM, Anton Ivanov wrote: > > On 04/09/2020 15:00, Ilya Maximets wrote: >> On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: >>> From: Anton Ivanov >>> >>> Signed-off-by: Anton Ivanov >>> --- >>>   northd/ovn-northd.c | 73 + >>>  

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-04 Thread Anton Ivanov
On 04/09/2020 15:00, Ilya Maximets wrote: On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov Signed-off-by: Anton Ivanov --- northd/ovn-northd.c | 73 + 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/n

Re: [ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-04 Thread Ilya Maximets
On 9/2/20 4:59 PM, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > Signed-off-by: Anton Ivanov > --- > northd/ovn-northd.c | 73 + > 1 file changed, 40 insertions(+), 33 deletions(-) > > diff --git a/northd/ovn-northd.c b/northd/ovn-n

[ovs-dev] [PATCH ovn RFC v4 01/24] Move out Table 0 (ingress) operations to functions

2020-09-02 Thread anton . ivanov
From: Anton Ivanov Signed-off-by: Anton Ivanov --- northd/ovn-northd.c | 73 + 1 file changed, 40 insertions(+), 33 deletions(-) diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c index f2e3104ba..cb77296c4 100644 --- a/northd/ovn-northd.c +++ b/