[ovs-git] [openvswitch/ovs] 991f1f: ofproto-dpif-xlate: Fix load balancing for select ...

GitHub noreply at github.com
Wed Sep 26 22:55:19 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 991f1f63f5803ce42bf9c11ee7d2d74f086a481b
      https://github.com/openvswitch/ovs/commit/991f1f63f5803ce42bf9c11ee7d2d74f086a481b
  Author: Anju Thomas <anju.thomas at ericsson.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c
    M tests/mpls-xlate.at

  Log Message:
  -----------
  ofproto-dpif-xlate: Fix load balancing for select groups with MPLS.

Before this commit, OVS did not do load balancing for select group buckets
in case of mpls tagged packets.  After an MPLS pop action, the expectation
is to trigger recirculation.  This recirculation will ensure an RSS
re-computation which will ensure load balancing in case of select group
bucket.   Due to a missing return statement before bucket selection, the
bucket selection in case of select group happens before the recirculation
and hence no load balancing is achieved.

Signed-off-by: Anju Thomas <anju.thomas at ericsson.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list