[ovs-git] [openvswitch/ovs] b5cbbc: bridge: Store datapath version into ovsdb

GitHub noreply at github.com
Wed Nov 5 23:26:40 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: b5cbbcf6561732d2f99ed0619defcc7aff1e75db
      https://github.com/openvswitch/ovs/commit/b5cbbcf6561732d2f99ed0619defcc7aff1e75db
  Author: Andy Zhou <azhou at nicira.com>
  Date:   2014-11-05 (Wed, 05 Nov 2014)

  Changed paths:
    M lib/dpif-netdev.c
    M lib/dpif-netlink.c
    M lib/dpif-provider.h
    M lib/dpif.c
    M lib/dpif.h
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-provider.h
    M tests/ovs-vsctl.at
    M vswitchd/bridge.c
    M vswitchd/vswitch.ovsschema
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  bridge: Store datapath version into ovsdb

OVS userspace are backward compatible with older Linux kernel modules.
However, not having the most up-to-date datapath kernel modules can
some times lead to user confusion. Storing the datapath version in
OVSDB allows management software to check and optionally provide
notifications to users.

Signed-off-by: Andy Zhou <azhou at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list