Re: [ovs-dev] [PATCH v2 ovn 1/2] Split out code to handle port binding db updates

2022-07-11 Thread 0-day Robot
Bleep bloop. Greetings Ihar Hrachyshka, 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. git-am: error: Failed to merge in the changes. hint: Use 'git am --show-current-patch' to see the

[ovs-dev] [PATCH v2 ovn 1/2] Split out code to handle port binding db updates

2022-07-11 Thread Ihar Hrachyshka
This function will later be used to handle port binding updates for postponed (throttled) bindings. Signed-off-by: Ihar Hrachyshka --- controller/binding.c | 248 ++- 1 file changed, 129 insertions(+), 119 deletions(-) diff --git a/controller/binding.c