mbox series

[ovs-dev,net-next,v4,0/5] expand meter tables and fix bug

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

Message

Tonghao Zhang April 24, 2020, 12:08 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 (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    | 303 ++++++++++++++++++++++++++++---------
 net/openvswitch/meter.h    |  20 ++-
 3 files changed, 247 insertions(+), 78 deletions(-)

Comments

David Miller April 24, 2020, 1:29 a.m. UTC | #1
From: xiangxia.m.yue@gmail.com
Date: Fri, 24 Apr 2020 08:08:01 +0800

> 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.

This looks better, series applied, thank you.