Re: [ovs-dev] [PATCH branch-3.2 2/2] conntrack: Fix flush not flushing all elements.

2024-03-06 Thread 0-day Robot
Bleep bloop. Greetings 'Simon Horman', I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or

[ovs-dev] [PATCH branch-3.2 2/2] conntrack: Fix flush not flushing all elements.

2024-03-06 Thread 'Simon Horman'
From: Xavier Simonart On netdev datapath, when a ct element was cleaned, the cmap could be shrinked, potentially causing some elements to be skipped in the flush iteration. Fixes: 967bb5c5cd90 ("conntrack: Add rcu support.") Signed-off-by: Xavier Simonart Acked-by: Mike Pattrick