[ovs-dev] [RFC] [PATCH] 1/1 Add multi-column index support for the Python IDL

Ben Pfaff blp at ovn.org
Tue Apr 10 22:20:54 UTC 2018


On Mon, Apr 09, 2018 at 03:03:03PM -0500, twilson at redhat.com wrote:
> From: Terry Wilson <twilson at redhat.com>
> 
> This adds multi-column index support for the Python IDL that is
> similar to the feature in the C IDL.
> 
> Signed-off-by: Terry Wilson <twilson at redhat.com>

Thanks for working on this.

I think that this adds a new Python module dependency on
"sortedcontainers".  I didn't have it installed for python2 or
python3--at least on Debian, it is not installed by default--so many
tests failed.  I guess that we should at least document that, and
probably it means that there should be new dependencies.

(When I installed the Python module, everything was fine.)

Thanks,

Ben.


More information about the dev mailing list