mbox series

[ovs-dev,2.12,0/4] Fix reusing meter/group by multiple logical flows.

Message ID 1576957867-69488-1-git-send-email-hzhou@ovn.org
Headers show
Series Fix reusing meter/group by multiple logical flows. | expand

Message

Han Zhou Dec. 21, 2019, 7:51 p.m. UTC
This series has been merged in OVN repo master. It needs to be backported to
branch-2.12 since it fixes a critical problem (patch 4/4). It also fixes a
minor problem (patch 2/4).

Han Zhou (4):
  ovn-controller.c: Refactor meter-table-list and meter-group-list commands.
  ovn-controller: Fix meter-table-list and group-table-list commands.
  extend-table.c: Refactor code.
  extend-table: Fix reusing group/meter by multiple logical flows.

 ovn/controller/ovn-controller.c |  54 +++--------
 ovn/lib/extend-table.c          | 199 ++++++++++++++++++++++++++++++++--------
 ovn/lib/extend-table.h          |  31 ++++++-
 tests/ovn.at                    |  60 +++++++++++-
 4 files changed, 262 insertions(+), 82 deletions(-)

Comments

Ben Pfaff Jan. 2, 2020, 6:30 p.m. UTC | #1
On Sat, Dec 21, 2019 at 11:51:03AM -0800, Han Zhou wrote:
> This series has been merged in OVN repo master. It needs to be backported to
> branch-2.12 since it fixes a critical problem (patch 4/4). It also fixes a
> minor problem (patch 2/4).

Thanks.  I applied this series to branch-2.12.