[ovs-git] [openvswitch/ovs] 842733: vswitch.ovsschema: Add datapath_types and port_typ...

GitHub noreply at github.com
Tue Mar 24 16:11:58 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 842733c37ccb51d574795782143ed99b0a76a44d
      https://github.com/openvswitch/ovs/commit/842733c37ccb51d574795782143ed99b0a76a44d
  Author: Mark D. Gray <mark.d.gray at intel.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M lib/sset.c
    M lib/sset.h
    M vswitchd/bridge.c
    M vswitchd/vswitch.ovsschema
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  vswitch.ovsschema: Add datapath_types and port_types.

At startup enumerate datapath and port types and add this information to
the datapath_types and port_types columns in the ovsdb.

This allows an ovsdb client to query the datapath in order to determine
if certain datapath and port types exist. For example, by querying the
port_types column, an ovsdb client will be able to determine if this
instance of ovs-vswitchd was compiled with DPDK support.

Signed-off-by: Mark D. Gray <mark.d.gray at intel.com>
Signed-off-by: Billy O'Mahony <billy.o.mahony at intel.com>
[blp at nicira.com made several changes]
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list