Re: [ovs-dev] [PATCH ovn v2 2/4] northd: Add tiered ACL support.

2023-04-21 Thread Mark Michelson
Hi Ales, I have a response below. On 4/13/23 06:56, Ales Musil wrote: On Mon, Apr 10, 2023 at 7:26 PM Mark Michelson > wrote: With this commit, ACLs can now be arranged in hierarchical tiers. A tier number can be assigned to an ACL. When evaluating ACLs, w

Re: [ovs-dev] [PATCH ovn v2 2/4] northd: Add tiered ACL support.

2023-04-13 Thread Ales Musil
On Mon, Apr 10, 2023 at 7:26 PM Mark Michelson wrote: > With this commit, ACLs can now be arranged in hierarchical tiers. A tier > number can be assigned to an ACL. When evaluating ACLs, we first will > consider ACLs at tier 0. If no matching ACL is found, then we move to > tier 1. This continues

Re: [ovs-dev] [PATCH ovn v2 2/4] northd: Add tiered ACL support.

2023-04-11 Thread Simon Horman
On Mon, Apr 10, 2023 at 01:26:11PM -0400, Mark Michelson wrote: > With this commit, ACLs can now be arranged in hierarchical tiers. A tier > number can be assigned to an ACL. When evaluating ACLs, we first will > consider ACLs at tier 0. If no matching ACL is found, then we move to > tier 1. This c

[ovs-dev] [PATCH ovn v2 2/4] northd: Add tiered ACL support.

2023-04-10 Thread Mark Michelson
With this commit, ACLs can now be arranged in hierarchical tiers. A tier number can be assigned to an ACL. When evaluating ACLs, we first will consider ACLs at tier 0. If no matching ACL is found, then we move to tier 1. This continues until a matching ACL is found, or we reach the maximum tier. If