Re: [ovs-dev] [PATCH ovn] northd: Add a separate I-P node for handling meters.

2023-08-17 Thread Dumitru Ceara
On 8/17/23 12:43, Ales Musil wrote: > On Wed, Aug 16, 2023 at 10:42 PM Dumitru Ceara wrote: > >> This is beneficial in a few ways: >> - first, it reduces the number of different types of data the northd >> I-P node has to process. >> - it turns out the northd I-P node (whose recompute is rather

Re: [ovs-dev] [PATCH ovn] northd: Add a separate I-P node for handling meters.

2023-08-17 Thread Ales Musil
On Wed, Aug 16, 2023 at 10:42 PM Dumitru Ceara wrote: > This is beneficial in a few ways: > - first, it reduces the number of different types of data the northd > I-P node has to process. > - it turns out the northd I-P node (whose recompute is rather costly) > doesn't really depend on meters

[ovs-dev] [PATCH ovn] northd: Add a separate I-P node for handling meters.

2023-08-16 Thread Dumitru Ceara
This is beneficial in a few ways: - first, it reduces the number of different types of data the northd I-P node has to process. - it turns out the northd I-P node (whose recompute is rather costly) doesn't really depend on meters or ACLs. - prepares the ground for a pure I-P implementation for