From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=tzCCwnKcDV9TMVjYmZPVdtz2PXo/zsgRou1ls+fISkY=; b=VB6QEnpGqYMmk962QT6JU4CFRSjLEBKh/nep3rVJD8lHHQ5Dsuj08ZEI+uOT2XLgti 3IMUbH4YNurswTpyMVfrmghqtZ/P3oC9pW+pNfsXBfgidN5KBU0v6IOcgWnkmqoWIHq8 6cDVELY4hn+LyVtxKwZNAgyRe6U2RaRGSpPNjF8Hw/dhB0omMEy7UrCSx+75SCvVWbqy 6+wh9+uwvadfkiMj3FeRPooDXVIsknmpveCYOFvs8F91HBcdcle5Ongd7D5nx4Q0wwH3 5EmbLs8nq4n5CBQ+v720d1zLtczF4bxxXhRXBNgqWJZJXFRuGIhsEEbRyeKXmBCl++N1 Bsrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=tzCCwnKcDV9TMVjYmZPVdtz2PXo/zsgRou1ls+fISkY=; b=ipAiuZEmp/0Q4ka6zNRW1ezbPj/n8rxT/B6VHTh5eukaonwU+XInOmYB0JWOfBYB2x GuqJpTezU0/0526qZvzB5z3HyFoZINGjJi8jnOITYkpfjuMIpbwzsCf7Hj5L4owZOJDU lMMFI7GcSL0JSkK5m0wqa2kUqa4FxD705ypkp/VCz4Mhs5erkNcqubQyzcCVlw8k591o Y/aO0fpCxqwDfpBqq11lXQWVHPGwmwOwoDydIgYtc29JvCiXdaant/JHl63pvSFT8mKR xwSgmwHDRdTWhmN5KPFV9rtTCB5ftiwt1N3hXGE+PhF18RiJdwZxBrZ7zPfPeOUbZ46D kxcQ== X-Gm-Message-State: ALyK8tKJxJS6szFu6FJRabdwOU0tmMkvbwDZmi+WugqwuC18kd+7MyVUoXWchYloKPaUbA== X-Received: by 10.107.132.40 with SMTP id g40mr16292659iod.34.1464378258568; Fri, 27 May 2016 12:44:18 -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) From: Eric Kinzie To: dev@dpdk.org Date: Fri, 27 May 2016 12:44:04 -0700 Message-Id: <1464378246-24097-1-git-send-email-ehkinzie@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> References: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> Subject: [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: Fri, 27 May 2016 19:44:19 -0000 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