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

2016-01-05 Thread Declan Doherty
On 04/12/15 17:14, Stephen Hemminger 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 > Signed-off-by: Stephen Hemminger

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

2015-12-04 Thread Stephen Hemminger
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 Signed-off-by: Stephen Hemminger --- drivers/net/bonding/rte_eth_bond_8023ad.c |