[dpdk-dev] [PATCH v3 3/4] bond mode 4: allow external state machine

2015-04-22 Thread Neil Horman
On Wed, Apr 22, 2015 at 09:27:42AM -0700, Eric Kinzie wrote: > From: Eric Kinzie > > Provide functions to allow an external 802.3ad state machine to transmit > and recieve LACPDUs and to set the collection/distribution flags on > slave interfaces. > > Signed-off-by: Eric Kinzie > --- >

[dpdk-dev] [PATCH v3 3/4] bond mode 4: allow external state machine

2015-04-22 Thread Eric Kinzie
From: Eric Kinzie Provide functions to allow an external 802.3ad state machine to transmit and recieve LACPDUs and to set the collection/distribution flags on slave interfaces. Signed-off-by: Eric Kinzie --- lib/librte_pmd_bond/rte_eth_bond_8023ad.c | 173