5 #ifndef RTE_ETH_BOND_8023AD_H_ 6 #define RTE_ETH_BOND_8023AD_H_ 17 #define STATE_LACP_ACTIVE 0x01 18 #define STATE_LACP_SHORT_TIMEOUT 0x02 19 #define STATE_AGGREGATION 0x04 20 #define STATE_SYNCHRONIZATION 0x08 21 #define STATE_COLLECTING 0x10 22 #define STATE_DISTRIBUTING 0x20 24 #define STATE_DEFAULTED 0x40 25 #define STATE_EXPIRED 0x80 27 #define TLV_TYPE_ACTOR_INFORMATION 0x01 28 #define TLV_TYPE_PARTNER_INFORMATION 0x02