[ovs-git] [openvswitch/ovs] 48ff3e: ofctrl: Refine treatment of duplicate flows in ofc...

GitHub noreply at github.com
Wed Jul 20 03:03:59 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 48ff3e25abe31b761d2d3f3a2fd6ccaa783c79dc
      https://github.com/openvswitch/ovs/commit/48ff3e25abe31b761d2d3f3a2fd6ccaa783c79dc
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M ovn/controller/ofctrl.c

  Log Message:
  -----------
  ofctrl: Refine treatment of duplicate flows in ofctrl_add_flow().

It's better to use the newer actions, in cases where the actions for
duplicate flows differ, because on balance they are more likely to be
correct.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Ryan Moats <rmoats at us.ibm.com>


  Commit: 70c7cfef188b5ae9940abd5b7d9fe46b1fa88c8e
      https://github.com/openvswitch/ovs/commit/70c7cfef188b5ae9940abd5b7d9fe46b1fa88c8e
  Author: Ryan Moats <rmoats at us.ibm.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M ovn/controller/binding.c
    M ovn/controller/encaps.c
    M ovn/controller/lflow.c
    M ovn/controller/lflow.h
    M ovn/controller/lport.c
    M ovn/controller/lport.h
    M ovn/controller/ovn-controller.c
    M ovn/controller/patch.c
    M ovn/controller/physical.c
    M ovn/controller/physical.h

  Log Message:
  -----------
  ovn-controller: Add incremental processing to lflow_run and physical_run

This code changes to allow incremental processing of the
logical flow and physical binding tables whenver possible.

Note: flows created by physical_run for multicast_groups are
*NOT* handled incrementally due to to be solved issues
with GWs and local routers.

Signed-off-by: Ryan Moats <rmoats at us.ibm.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/9dc05cdc0b00...70c7cfef188b


More information about the git mailing list