mbox series

[ovs-dev,ovs,v3,0/4] dpif-netdev meter fixes bug and improves.

Message ID 20210303034904.13223-1-xiangxia.m.yue@gmail.com
Headers show
Series dpif-netdev meter fixes bug and improves. | expand

Message

Tonghao Zhang March 3, 2021, 3:49 a.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

v3:
* split path1 to #1, #2, #4
* update testcase in every patch.
* improve testcase

v2:
* change the testcase.

v1:
* split patches from:
http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-2-git-send-email-xiangxia.m.yue@gmail.com/
http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-3-git-send-email-xiangxia.m.yue@gmail.com/
http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-4-git-send-email-xiangxia.m.yue@gmail.com/
http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-5-git-send-email-xiangxia.m.yue@gmail.com/

Tonghao Zhang (4):
  dpif-netdev: Fix the meter buckets overflow.
  dpif-netdev: Refactor the buckets calculation.
  dpif-netdev: Add the burst size to buckets.
  dpif: Don't set "burst_size" to "rate" if not specified.

 lib/dpif-netdev.c    |  41 ++++++-----
 lib/dpif-netlink.c   |   2 +-
 tests/dpif-netdev.at | 158 +++++++++++++++++++++++++++++++++++--------
 3 files changed, 150 insertions(+), 51 deletions(-)

Comments

Ilya Maximets March 3, 2021, 12:01 p.m. UTC | #1
On 3/3/21 4:49 AM, xiangxia.m.yue@gmail.com wrote:
> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> v3:
> * split path1 to #1, #2, #4
> * update testcase in every patch.
> * improve testcase
> 
> v2:
> * change the testcase.
> 
> v1:
> * split patches from:
> http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-2-git-send-email-xiangxia.m.yue@gmail.com/
> http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-3-git-send-email-xiangxia.m.yue@gmail.com/
> http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-4-git-send-email-xiangxia.m.yue@gmail.com/
> http://patchwork.ozlabs.org/project/openvswitch/patch/1588244439-58766-5-git-send-email-xiangxia.m.yue@gmail.com/
> 
> Tonghao Zhang (4):
>   dpif-netdev: Fix the meter buckets overflow.
>   dpif-netdev: Refactor the buckets calculation.
>   dpif-netdev: Add the burst size to buckets.
>   dpif: Don't set "burst_size" to "rate" if not specified.

For some reason patches #1 and #3 did not arrive to the mail-list.
Could you try to send the series again? (Please, increase a version
or add 'resend' or something to the subject prefix.)

Best regards, Ilya Maximets.