Re: [ovs-dev] [PATCH ovn 1/6] controller, northd: move inactivity probe configuration to lib/

2023-03-18 Thread Vladislav Odintsov
Signed-off-by: Vladislav Odintsov > On 19 Mar 2023, at 02:50, Vladislav Odintsov wrote: > > ovn-northd and ovn-controller had similar code to configure inactivity > probe interval. This patch moves common logic to lib/ovn-util module. > --- > controller/ovn-controller.c | 8 ++-- >

Re: [ovs-dev] [PATCH ovn 1/6] controller, northd: move inactivity probe configuration to lib/

2023-03-18 Thread 0-day Robot
Bleep bloop. Greetings Vladislav Odintsov, 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: ERROR: Author Vladislav Odintsov needs to sign off. Lines checked: 172, Warnings: 0,

[ovs-dev] [PATCH ovn 1/6] controller, northd: move inactivity probe configuration to lib/

2023-03-18 Thread Vladislav Odintsov
ovn-northd and ovn-controller had similar code to configure inactivity probe interval. This patch moves common logic to lib/ovn-util module. --- controller/ovn-controller.c | 8 ++-- lib/ovn-util.c | 22 ++ lib/ovn-util.h | 4