[ovs-git] [openvswitch/ovs] 0c78ee: ofproto: Remove double reporting from bundles.

GitHub noreply at github.com
Thu Sep 15 21:33:13 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 0c78eebea4dd240392567fe9c452d659468f6a6d
      https://github.com/openvswitch/ovs/commit/0c78eebea4dd240392567fe9c452d659468f6a6d
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-09-15 (Thu, 15 Sep 2016)

  Changed paths:
    M ofproto/bundles.c
    M ofproto/bundles.h
    M ofproto/connmgr.c
    M ofproto/ofproto.c
    M tests/ofproto.at

  Log Message:
  -----------
  ofproto: Remove double reporting from bundles.

Patch b0d38b2f17 unified flow mod reporting in ofproto for both
stand-alone flow mods and bundle flow mods, but left bundle-specific
reporting to the bundle removal code.  This patch fixes this by
removing the bundle-specific reporting of flow mods.

Found by inspection.

Fixes: b0d38b2f17 ("ofproto: Report flow mods also from bundles.")
Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 5fc0ad0acc7021c86dc82c530828d8351eeb017b
      https://github.com/openvswitch/ovs/commit/5fc0ad0acc7021c86dc82c530828d8351eeb017b
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-09-15 (Thu, 15 Sep 2016)

  Changed paths:
    M NEWS

  Log Message:
  -----------
  NEWS: Memory efficiency improvements.

Mention both flow table and bundle memory efficiency improvements.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/f069903d28ee...5fc0ad0acc70


More information about the git mailing list