mbox series

[net-next,v2,0/5] expand meter tables and fix bug

Message ID 1587032223-49460-1-git-send-email-xiangxia.m.yue@gmail.com
Headers show
Series expand meter tables and fix bug | expand

Message

Tonghao Zhang April 16, 2020, 10:16 a.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

The patch set expands or shrink the meter table when necessary.
and other patch fixes bug or improve codes.

Tonghao Zhang (5):
  net: openvswitch: expand the meters supported number
  net: openvswitch: set max limitation to meters
  net: openvswitch: remove the unnecessary check
  net: openvswitch: make EINVAL return value more obvious
  net: openvswitch: use u64 for meter bucket

 net/openvswitch/datapath.h |   2 +-
 net/openvswitch/meter.c    | 227 ++++++++++++++++++++++++++++---------
 net/openvswitch/meter.h    |  18 ++-
 3 files changed, 188 insertions(+), 59 deletions(-)

--
v2
* change the hash table to meter array
* add shrink meter codes
* add patch 4 and 5
--
2.23.0

Comments

David Miller April 18, 2020, 10:39 p.m. UTC | #1
From: xiangxia.m.yue@gmail.com
Date: Thu, 16 Apr 2020 18:16:58 +0800

> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> The patch set expands or shrink the meter table when necessary.
> and other patch fixes bug or improve codes.

Pravin et al. please review this series.

Thank you.