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

2023-06-14 Thread Ilya Maximets
On 5/18/23 05:50, Terry Wilson wrote: > 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. > >

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

2023-06-14 Thread Adrian Moreno
Hi Terry, Thanks for the patch. I have some minor comments and questions inline but overall it looks pretty good to me. On 5/18/23 05:50, Terry Wilson wrote: This adds a Python version of the async DNS support added in: 771680d96 DNS: Add basic support for asynchronous DNS resolving The

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

2023-05-26 Thread Simon Horman
On Wed, May 17, 2023 at 10:50:15PM -0500, Terry Wilson wrote: > 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

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

2023-05-17 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