From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/2] bond mode 4 external sm api Date: Mon, 20 Jun 2016 17:45:07 +0100 Message-ID: <20160620164507.GB14348@bricha3-MOBL3> References: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> <1660c005-d7a9-5fb2-5790-b35da4e40b03@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Kinzie , dev@dpdk.org To: Declan Doherty Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 60A849ABB for ; Mon, 20 Jun 2016 18:45:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1660c005-d7a9-5fb2-5790-b35da4e40b03@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Jun 20, 2016 at 11:34:55AM +0100, Declan Doherty wrote: > On 27/05/16 20:44, Eric Kinzie wrote: > >This patchset introduces the ability to use an external 802.3ad state > >machine for mode 4 bonding. Functions to alter the mux state and to > >allow LACPDUs to be sent and received from outside of the bonding PMD > >are provided. > > > >v2 changes: > > . fix checkpatch errors > > > >Eric Kinzie (2): > > bond mode 4: allow external state machine > > bond mode 4: tests for external state machine > > > > app/test/test_link_bonding_mode4.c | 215 +++++++++++++- > > drivers/net/bonding/rte_eth_bond_8023ad.c | 323 +++++++++++++++++++-- > > drivers/net/bonding/rte_eth_bond_8023ad.h | 83 ++++++ > > drivers/net/bonding/rte_eth_bond_8023ad_private.h | 14 +- > > drivers/net/bonding/rte_eth_bond_version.map | 16 + > > 5 files changed, 610 insertions(+), 41 deletions(-) > > > > Series Acked-by: Declan Doherty Applied to dpdk-next-net/rel_16_07 with commit titles reworded to avoid issues with check-git-log.sh /Bruce