> Based upon documentation, this should 'just' work, but well, it doesn't.
The
> two slave interfaces seem to always be disabled.  I have the following:
> 
> # ovs-vsctl add-bond ovsbr0 bond_mlnx enp8s0f0 enp8s0f1 lacp=active
> trunks=64,65

After sending that message, I read at the following that lacp mode is not
supported and is problematic, and that I should use bond_mode=balance-tcp
which does bring the interfaces up.

But doesn't bring up lacp on the other side.

So I am not sure what a proper configuration for the switch side it.

# ovs-vsctl add-bond ovsbr0 bond_mlnx enp8s0f0 enp8s0f1
bond_mode=balance-tcp
# ovs-appctl bond/show bond_mlnx
---- bond_mlnx ----
bond_mode: balance-tcp
bond may use recirculation: yes, Recirc-ID : 7
bond-hash-basis: 0
updelay: 0 ms
downdelay: 0 ms
next rebalance: 7098 ms
lacp_status: off
lacp_fallback_ab: false
active slave mac: 00:90:0b:68:eb:67(enp8s0f0)

slave enp8s0f0: enabled
        active slave
        may_enable: true

slave enp8s0f1: enabled
        may_enable: true



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to