Re: [ovs-dev] [PATCH] python: Add aync DNS support

2023-05-16 Thread Terry Wilson
Signed-off-by: Terry Wilson I can re-send if needed for the sign-off. I've tried to list the caveats in the commit message/TODO entry. Before I got too far into digging around into the socket_util and jsonrpc/reconnect code, I figured I'd put this out there to see if any major changes needed to

Re: [ovs-dev] [PATCH] python: Add aync DNS support

2023-05-16 Thread 0-day Robot
Bleep bloop. Greetings Terry Wilson, 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 Terry Wilson needs to sign off. Lines checked: 751, Warnings: 0, Errors: 1

[ovs-dev] [PATCH] python: Add aync DNS support

2023-05-16 Thread Terry Wilson
This adds a Python version of the async DNS support added in: 771680d96 DNS: Add basic support for asynchronous DNS resolving The above version uses the unbound C library, and this implimentation uses the SWIG-wrapped Python version of that. In the event that the Python unbound library is not