On 5/24/21 2:39 PM, Timothy Redaelli wrote: > On Tue, 18 May 2021 06:17:48 -0400 > Eelco Chaudron <[email protected]> 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 <[email protected]> >> --- >> 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 <[email protected]> >
Thanks! Applied. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
