On Tue, 18 May 2021 06:17:48 -0400
Eelco Chaudron <echau...@redhat.com> wrote:

> Due to flow lookup optimizations, especially in the resubmit/clone cases,
> we might end up with multiple ct_clear actions, which are not necessary.
> 
> This patch only adds the ct_clear action to the datapath if any ct state
> is tracked.
> 
> Signed-off-by: Eelco Chaudron <echau...@redhat.com>
> ---
> v2: Insert ct_clear only when ct information is tracked vs tracking successive
>     ct_clear actions.
> 
> ofproto/ofproto-dpif-xlate.c |    4 +++-
>  tests/ofproto-dpif.at        |   25 +++++++++++++++++++++++++
>  2 files changed, 28 insertions(+), 1 deletion(-)


Acked-By: Timothy Redaelli <tredae...@redhat.com>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to