Re: [ovs-dev] [PATCH ovn 2/5] northd, controller: Use the MAC cache table

2023-07-28 Thread Ales Musil
On Thu, Jul 20, 2023 at 10:58 PM Mark Michelson wrote: > Hi Ales, > > Can you please add a test to tests/ovn-controller.at that ensures that > flows in table 79 exist when we expect them to and that they are removed > when we expect them to be removed? > Hi Mark, I did adjust in v2 the MAC

Re: [ovs-dev] [PATCH ovn 2/5] northd, controller: Use the MAC cache table

2023-07-20 Thread Mark Michelson
Hi Ales, Can you please add a test to tests/ovn-controller.at that ensures that flows in table 79 exist when we expect them to and that they are removed when we expect them to be removed? On 7/10/23 07:05, Ales Musil wrote: Populate and use the MAC cache table. The MAC cache has the

[ovs-dev] [PATCH ovn 2/5] northd, controller: Use the MAC cache table

2023-07-10 Thread Ales Musil
Populate and use the MAC cache table. The MAC cache has the following entries: ip,reg14=,metadata=,dl_src=,nw_src= actions=drop ipv6,reg14=,metadata=,dl_src=,ipv6_src= actions=drop The "mac_cache_use" action will resubmit packets from "lr_in_learn_neighbor" table for MAC bindings that we