[ovs-git] [openvswitch/ovs] f2999d: lacp: enable bond slave immediately after lacp att...

GitHub noreply at github.com
Wed Aug 2 19:37:04 UTC 2017


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: f2999d50aba1156c4cc4b85bc54c86586e43a4cd
      https://github.com/openvswitch/ovs/commit/f2999d50aba1156c4cc4b85bc54c86586e43a4cd
  Author: Huanle Han <hanxueluo at gmail.com>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M lib/lacp.c

  Log Message:
  -----------
  lacp: enable bond slave immediately after lacp attach

There is a long interval (5~20 seconds) between lacp slave attach
and bond slave enable. During the interval, ovs drop all received
packets from that slave because bond_check_admissibility() check
fails. The root cause is that connectivity_seq is not changed
after lacp update and lacp status is not populated into port->may_enable
by port_run() immediately.

Signed-off-by: Huanle Han <hanxueluo at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list