Re: [ovs-dev] [PATCH v5 1/3] conntrack: restore the origin sport for each round with new address

2021-10-07 Thread Paolo Valerio
Hi Wenxu, sorry for the late review. This patch is mostly a preparation for the #3. Your last patch needs that both src and dst get restored. My previous suggestion was to squash patch #1 with #3 as it mostly made sense in that context, considering that without #3 restoring dst was redundant in

[ovs-dev] [PATCH v5 1/3] conntrack: restore the origin sport for each round with new address

2021-09-18 Thread wenxu
From: wenxu It is better to choose the origin select sport as current sport for each port search round with new address. Signed-off-by: wenxu --- lib/conntrack.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/conntrack.c b/lib/conntrack.c index 33a1a92..76c466c