contiv / netplugin

Container networking for various use cases
Apache License 2.0
514 stars 177 forks source link

Bugfix: modified that check burst value when run the function Validat… #1139

Closed wangxf1987 closed 6 years ago

wangxf1987 commented 6 years ago

…eNetprofile

  1. The burst is hard code, if want to achieve the desired performance, it's best to equal the value of bandwidth.
  2. Add func ConvertBandwidth,that convert the bandwidth to bytes.
  3. Modified func ValidateNetprofile.
  4. Test pass on local env

Description of the changes

Type of fix: Bug Fix

Fixes #1137

Please describe:

TODO