Re: [ovs-dev] [PATCH ovn 4/7] northd: Split switch and router datapaths.

2023-03-27 Thread Han Zhou
On Mon, Mar 27, 2023 at 4:05 AM Dumitru Ceara wrote: > > Hi Han, > > Thanks for the northd refactor, that's great work! > > On 3/21/23 07:02, Han Zhou wrote: > > Similar to the previous commit that splits switch ports and router > > ports, this patch splits the two types of datapaths in different

Re: [ovs-dev] [PATCH ovn 4/7] northd: Split switch and router datapaths.

2023-03-27 Thread Dumitru Ceara
Hi Han, Thanks for the northd refactor, that's great work! On 3/21/23 07:02, Han Zhou wrote: > Similar to the previous commit that splits switch ports and router > ports, this patch splits the two types of datapaths in different hmap > tables. This is also mainly to help for future incremental p

[ovs-dev] [PATCH ovn 4/7] northd: Split switch and router datapaths.

2023-03-20 Thread Han Zhou
Similar to the previous commit that splits switch ports and router ports, this patch splits the two types of datapaths in different hmap tables. This is also mainly to help for future incremental processing implementation. As a byproduct, the recompute performance is improved slightly. (Together w