mbox series

[ovs-dev,ovs-dev,v3,0/4] expand the meter table and fix bug.

Message ID 20200523103320.47497-1-xiangxia.m.yue@gmail.com
Headers show
Series expand the meter table and fix bug. | expand

Message

Tonghao Zhang May 23, 2020, 10:33 a.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

The patch set expand or shrink the meter table when necessary
and other patches fix bug or improve codes.

Tonghao Zhang (4):
  dpif-netdev: Expand the meters supported number.
  dpif-netdev: Add burst size to buckets.
  dpif-netdev: Use the u64 instead of u32 for buckets.
  Revert "dpif-netdev: includes microsecond delta in meter bucket
    calculation".

 include/openvswitch/ofp-meter.h |   2 +-
 lib/dpif-netdev.c               | 336 ++++++++++++++++++++++++--------
 lib/ofp-meter.c                 |   4 +-
 3 files changed, 257 insertions(+), 85 deletions(-)