Re: [ovs-dev] [PATCH ovn branch-22.03 4/5] ofctrl.c: Use bundle to avoid data plane downtime during the first flow installation.

2022-08-08 Thread 0-day Robot
Bleep bloop. Greetings Mark Michelson, 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: Comment with 'xxx' marker #138 FILE: controller/ofctrl.c:2610: * XXX: Ideal

[ovs-dev] [PATCH ovn branch-22.03 4/5] ofctrl.c: Use bundle to avoid data plane downtime during the first flow installation.

2022-08-08 Thread Mark Michelson
From: Han Zhou Now in ofctrl we wait in S_WAIT_BEFORE_CLEAR for the initial flow compute to complete before clearing the existing flows, to reduce the data plane down time during ovn-controller restart. However, the flow installation takes a long time when the flow number is huge, which still lea