bond: packet drops on VPP bond interface [VPP-1544] 31/17031/2
authorSteven <[email protected]>
Thu, 17 Jan 2019 23:11:29 +0000 (15:11 -0800)
committersteven luong <[email protected]>
Wed, 30 Jan 2019 15:30:36 +0000 (15:30 +0000)
commit2b98236eaa48af8bba4c84d90b89107003f48a43
tree08893f585e16837df9f19b9d23f61879ea4b5b63
parent3f69a516588908e1f0d4edfad47ab5b3e159cf90
bond: packet drops on VPP bond interface [VPP-1544]

We register callback for VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION and
VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION to add and remove the slave
interface from the bond interface accordingly. For static bonding without
lacp, one would think that it is good enough to put the slave interface into
the ective slave set as soon as it is configured. Wrong, sometimes the slave
interface is configured to be part of the bonding without ever bringing up the
hardware carrier or setting the admin state to up. In that case, we send
traffic to the "dead" slave interface.

The fix is to make sure both the carrier and admin state are up before we put
the slave into the active set for forwarding traffic.

Change-Id: I93b1c36d5481ca76cc8b87e8ca1b375ca3bd453b
Signed-off-by: Steven <[email protected]>
(cherry picked from commit e43278f75fe3188551580c7d7991958805756e2f)
src/vnet/bonding/cli.c
src/vnet/bonding/node.c