]> git.proxmox.com Git - ovs.git/commit - FAQ.md
netdev-linux: Fix ingress policing burst rate configuration via tc
authorMiguel Angel Ajo <majopela@redhat.com>
Thu, 14 Apr 2016 09:51:44 +0000 (11:51 +0200)
committerBen Pfaff <blp@ovn.org>
Thu, 21 Apr 2016 21:48:23 +0000 (14:48 -0700)
commit79abacc880e6086c6a72e8d34adc56b56e4f1a2f
treeb6c9f18f181f7d160e19b8e6c8b9ab8b6f202fbb
parentf0ae4e6359e845a407819422a786cc58f438adaf
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@redhat.com>
Tested-by: Miguel Angel Ajo <majopela@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
FAQ.md
lib/netdev-linux.c
vswitchd/vswitch.xml