mbox series

[ovs-dev,v3,ovn,0/2] Forwarding group to load balance l2 traffic with liveness detection

Message ID 20200122200845.61083-1-manoj.sharma@nutanix.com
Headers show
Series Forwarding group to load balance l2 traffic with liveness detection | expand

Message

Manoj Sharma Jan. 22, 2020, 8:08 p.m. UTC
*** BLURB HERE ***

Manoj Sharma (2):
  Add a forwarding group table and a reference to the logical switch it
    is     configured on. The forwarding group is configured with a
    virtual IP, virtual     MAC and a number of logical switch ports
    from a logical switch.     Unit tests for the forwarding group.
  A forwarding group is an aggregation of logical switch ports of a    
    logical switch to load balance traffic across the ports. It also
    detects     the liveness if the logical switch ports are realized as
    OVN tunnel ports     on the physical topology.

 NEWS                      |   1 +
 controller/lflow.c        |  20 ++++
 controller/physical.c     |  13 +++
 controller/physical.h     |   4 +
 include/ovn/actions.h     |  19 +++-
 lib/actions.c             | 142 ++++++++++++++++++++++++++
 northd/ovn-northd.8.xml   |  49 +++++++++
 northd/ovn-northd.c       |  64 ++++++++++++
 ovn-nb.ovsschema          |  18 +++-
 ovn-nb.xml                |  35 +++++++
 ovn-sb.xml                |  19 ++++
 tests/ovn-nbctl.at        |  37 +++++++
 tests/ovn.at              | 124 +++++++++++++++++++++++
 utilities/ovn-nbctl.8.xml |  38 +++++++
 utilities/ovn-nbctl.c     | 253 ++++++++++++++++++++++++++++++++++++++++++++++
 utilities/ovn-trace.c     |   3 +
 16 files changed, 836 insertions(+), 3 deletions(-)