Re: [ovs-dev] [PATCH ovn 1/5] actions: Add mac_cache_use action

2023-07-20 Thread Mark Michelson
Acked-by: Mark Michelson On 7/10/23 07:05, Ales Musil wrote: The mac_cache_use is just resubmit to MAC use cache table, which will be later on used by the timestamp refresh mechanism. This is a preparation for the MAC binding refresh mechanism. Signed-off-by: Ales Musil ---

[ovs-dev] [PATCH ovn 1/5] actions: Add mac_cache_use action

2023-07-10 Thread Ales Musil
The mac_cache_use is just resubmit to MAC use cache table, which will be later on used by the timestamp refresh mechanism. This is a preparation for the MAC binding refresh mechanism. Signed-off-by: Ales Musil --- include/ovn/actions.h | 3 +++ lib/actions.c | 17 +