[ovs-git] [openvswitch/ovs] 867629: netdev-linux: Fix ingress policing burst rate conf...

GitHub noreply at github.com
Thu Apr 21 21:51:37 UTC 2016


  Branch: refs/heads/branch-2.5
  Home:   https://github.com/openvswitch/ovs
  Commit: 86762986e5b99c32f42f6e04cb5f7eb7d67f5e42
      https://github.com/openvswitch/ovs/commit/86762986e5b99c32f42f6e04cb5f7eb7d67f5e42
  Author: Miguel Angel Ajo <majopela at redhat.com>
  Date:   2016-04-21 (Thu, 21 Apr 2016)

  Changed paths:
    M FAQ.md
    M lib/netdev-linux.c
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  netdev-linux: Fix ingress policing burst rate configuration via tc

The tc_police structure was filled with a value calculated in bits
instead of bytes while bytes were expected. This led the setting
of an x8 higher burst value.

Documentation and defaults have been corrected accordingly to minimize
nuisances on users sticking to the defaults.

The suggested burst value is now 80% of policing rate to make sure
TCP works correctly.

Signed-off-by: Miguel Angel Ajo <majopela at redhat.com>
Tested-by: Miguel Angel Ajo <majopela at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list