commit | ddc502dfed600bff0b61d899f70d95b76223fdfc | [log] [tgz] |
---|---|---|
author | zhangliping <zhangliping02@baidu.com> | Fri Mar 09 10:08:50 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 11 22:48:59 2018 -0400 |
tree | 93165ab7f3f204fabcf50121fd7851ee464f3195 | |
parent | 13fbcc8dc573482dd3f27568257fd7087f8935f4 [diff] |
openvswitch: meter: fix the incorrect calculation of max delta_t Max delat_t should be the full_bucket/rate instead of the full_bucket. Also report EINVAL if the rate is zero. Fixes: 96fbc13d7e77 ("openvswitch: Add meter infrastructure") Cc: Andy Zhou <azhou@ovn.org> Signed-off-by: zhangliping <zhangliping02@baidu.com> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>