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

2015-04-21 Thread Neil Horman
On Mon, Apr 20, 2015 at 12:26:15PM -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 v2 3/4] bond mode 4: allow external state machine

2015-04-20 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