[ovs-git] [openvswitch/ovs] 13973b: Add multi-column index support for the Python IDL

GitHub noreply at github.com
Tue Apr 17 21:54:06 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 13973bc4152479f99251bd009894b0cc5c0890dd
      https://github.com/openvswitch/ovs/commit/13973bc4152479f99251bd009894b0cc5c0890dd
  Author: Terry Wilson <twilson at redhat.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M python/automake.mk
    A python/ovs/compat/__init__.py
    A python/ovs/compat/sortedcontainers/LICENSE
    A python/ovs/compat/sortedcontainers/__init__.py
    A python/ovs/compat/sortedcontainers/sorteddict.py
    A python/ovs/compat/sortedcontainers/sortedlist.py
    A python/ovs/compat/sortedcontainers/sortedset.py
    A python/ovs/db/custom_index.py
    M python/ovs/db/idl.py
    M python/setup.py
    M tests/test-ovsdb.py

  Log Message:
  -----------
  Add multi-column index support for the Python IDL

This adds multi-column index support for the Python IDL that is
similar to the feature in the C IDL. Since it adds sortedcontainers
as a dependency and some distros don't yet package it, the library
is copied in-tree and used if sortedcontainers is not installed.

Signed-off-by: Terry Wilson <twilson at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list