[ovs-git] [openvswitch/ovs] 926c9a: stp: Change the api for next patch.

GitHub noreply at github.com
Mon Mar 20 17:28:15 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 926c9a4a75fc8939eca7920fa569e37f6b121360
      https://github.com/openvswitch/ovs/commit/926c9a4a75fc8939eca7920fa569e37f6b121360
  Author: nickcooper-zhangtonghao <nic at opencloud.tech>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M lib/stp.c
    M lib/stp.h
    M ofproto/ofproto-dpif.c

  Log Message:
  -----------
  stp: Change the api for next patch.

This patch changes the stp_port_get_role and removes
the stp_port_get_id, because stp/show has locked the
mutex before calling the stp_port_get_role, and
stp_port_get_id will not be used.

Signed-off-by: nickcooper-zhangtonghao <nic at opencloud.tech>
Acked-by: Ben Pfaff <blp at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 5f206eb6864e9200fcf02a287bf7b76a34297b93
      https://github.com/openvswitch/ovs/commit/5f206eb6864e9200fcf02a287bf7b76a34297b93
  Author: nickcooper-zhangtonghao <nic at opencloud.tech>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M NEWS
    M lib/stp.c
    M vswitchd/ovs-vswitchd.8.in

  Log Message:
  -----------
  stp: Add the 'ovs-appctl stp/show' command.

The stp/show command will help users and developers to
get more details about stp. This patch works together with
the previous patch "stp: Change the api for next patch."

Signed-off-by: nickcooper-zhangtonghao <nic at opencloud.tech>
Co-authored-by: Ben Pfaff <blp at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/5fcaba403bbb...5f206eb6864e


More information about the git mailing list