From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3FB4F5424 for ; Mon, 13 Jun 2016 12:20:26 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 13 Jun 2016 03:20:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,466,1459839600"; d="scan'208";a="120856170" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.58]) by fmsmga004.fm.intel.com with SMTP; 13 Jun 2016 03:20:22 -0700 Received: by (sSMTP sendmail emulation); Mon, 13 Jun 2016 11:20:22 +0025 Date: Mon, 13 Jun 2016 11:20:22 +0100 From: Bruce Richardson To: Declan Doherty Cc: dev@dpdk.org Message-ID: <20160613102021.GC13464@bricha3-MOBL3> References: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/2] bond mode 4 external sm api X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2016 10:20:26 -0000 On Fri, May 27, 2016 at 12:44:04PM -0700, Eric Kinzie wrote: Ping for review. Maintainer, any comments? > 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(-) > > -- > 1.7.10.4 >