Re: [ovs-dev] [PATCH 1/2] Make is_switch() in lflow.c a util function

2020-01-22 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, 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: fatal: sha1 information is lacking or useless (controller/lflow.c). Repository lacks necessary

[ovs-dev] [PATCH 1/2] Make is_switch() in lflow.c a util function

2020-01-22 Thread numans
From: Numan Siddique This patch renames is_switch() to datapath_is_switch() and moves to lib/ovn-util.c. Upcoming patch will make use of it. Signed-off-by: Numan Siddique --- controller/lflow.c | 11 ++- lib/ovn-util.c | 6 ++ lib/ovn-util.h | 3 ++- 3 files changed, 10