From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH v2 0/2] bond mode 4 external sm api Date: Fri, 27 May 2016 12:44:04 -0700 Message-ID: <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> References: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) by dpdk.org (Postfix) with ESMTP id 313CC2C33 for ; Fri, 27 May 2016 21:44:19 +0200 (CEST) Received: by mail-io0-f178.google.com with SMTP id t40so78206040ioi.0 for ; Fri, 27 May 2016 12:44:19 -0700 (PDT) Received: from buildhost2.vyatta.com. ([144.49.197.22]) by smtp.gmail.com with ESMTPSA id h38sm2073051ioi.25.2016.05.27.12.44.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 May 2016 12:44:18 -0700 (PDT) In-Reply-To: <1464315851-12953-1-git-send-email-ehkinzie@gmail.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" 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