Re: [ovs-dev] [PATCH] conntrack: Do clean instead of forece expire.

2024-03-27 Thread Aaron Conole
Cheng Li writes: > Force expire a connection and then create new connection of the same > tuple(cmap hash). This makes ct->conns cmap operation expensive( > within ct->ct_lock). > > This patch cover the scenario by doing the clean immediately instead > of setting expire. Also this patch fix

[ovs-dev] [PATCH] conntrack: Do clean instead of forece expire.

2024-03-05 Thread Cheng Li
Force expire a connection and then create new connection of the same tuple(cmap hash). This makes ct->conns cmap operation expensive( within ct->ct_lock). This patch cover the scenario by doing the clean immediately instead of setting expire. Also this patch fix ct_clean debug log.