From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 42C9C95D0 for ; Mon, 20 Jun 2016 12:39:26 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 20 Jun 2016 03:39:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,497,1459839600"; d="scan'208";a="1001455199" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga002.jf.intel.com with ESMTP; 20 Jun 2016 03:39:23 -0700 To: Eric Kinzie , dev@dpdk.org, Bruce Richardson References: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> From: Declan Doherty Message-ID: <1660c005-d7a9-5fb2-5790-b35da4e40b03@intel.com> Date: Mon, 20 Jun 2016 11:34:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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, 20 Jun 2016 10:39:26 -0000 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