Re: [ovs-dev] [PATCH ovn] controller: change dns resolution to async.

2024-04-04 Thread Mark Michelson
Thanks Naveen, Aside from what 0-day robot pointed out, Acked-by: Mark Michelson On 4/3/24 07:29, Naveen Yerramneni wrote: Currently DNS resolution is a blocking call in OVN controller. If DNS server is not reachable for any reason then, ovn-controller thread blocks for longer time and other

Re: [ovs-dev] [PATCH ovn] controller: change dns resolution to async.

2024-04-03 Thread 0-day Robot
References: <20240403112904.139377-1-naveen.yerramn...@nutanix.com> Bleep bloop. Greetings Naveen Yerramneni, 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: The

[ovs-dev] [PATCH ovn] controller: change dns resolution to async.

2024-04-03 Thread Naveen Yerramneni
Currently DNS resolution is a blocking call in OVN controller. If DNS server is not reachable for any reason then, ovn-controller thread blocks for longer time and other events are not processed. Ex: If we try to run ovn-appctl commands during this then, ovn-controller will not respond for a