[ovs-git] [openvswitch/ovs] 512999: tests: Keyword fixes.

GitHub noreply at github.com
Thu Sep 15 21:56:45 UTC 2016


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

  Changed paths:
    M tests/ofp-print.at
    M tests/ofproto.at

  Log Message:
  -----------
  tests: Keyword fixes.

Add "bundle" keyword to ofp-print.at tests about bundle messages.
Add a missing ofp-print.at test for bundle group mods.
Remove "monitor" keyword from ofproto.at tests that do not use a monitor.

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


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

  Changed paths:
    M NEWS
    M ofproto/bundles.c
    M ofproto/bundles.h
    M ofproto/connmgr.c
    M ofproto/ofproto.c
    M tests/ofproto.at
    M vswitchd/ovs-vswitchd.8.in

  Log Message:
  -----------
  ofproto: Add a fixed bundle idle timeout of 10 seconds.

Timing out idle bundles frees memory that would effectively be leaked
if a long standing OpenFlow connection would fail to commit or discard
a bundle.

OpenFlow specification mandates the timeout to be at least one second,
if the switch implements such a timeout.  This patch makes the bundle
idle timeout to be 10 seconds.

We do not limit the number of messages in a bundle, so it does not
make sense to limit the number of bundles either, especially now that
idle bundles are timed out.

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


Compare: https://github.com/openvswitch/ovs/compare/82bde5b5c8db...62bb5f152f78


More information about the git mailing list