From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH v2 0/6] bonding: fixes and enhancements Date: Fri, 19 Feb 2016 11:17:47 -0800 Message-ID: <1455909473-13539-1-git-send-email-ehkinzie@gmail.com> References: <8CEF83825BEC744B83065625E567D7C219FB2C51@IRSMSX108.ger.corp.intel.com> To: dev@dpdk.org Return-path: Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by dpdk.org (Postfix) with ESMTP id EF914C5CC for ; Sat, 20 Feb 2016 09:15:51 +0100 (CET) Received: by mail-pa0-f45.google.com with SMTP id ho8so64626438pac.2 for ; Sat, 20 Feb 2016 00:15:51 -0800 (PST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C219FB2C51@IRSMSX108.ger.corp.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" These are bug fixes and some small enhancements to allow bonding to work with external control (teamd). Please consider integrating these into DPDK 2.2 Changes in v2: - remove "bond: handle slaves with fewer queues than bonding device" - remove "bond: per-slave intermediate rx ring" Eric Kinzie (6): bond: use existing enslaved device queues bond mode 4: copy entire config structure bond mode 4: do not ignore multicast bond mode 4: allow external state machine bond: active slaves with no primary bond: do not activate slave twice app/test/test_link_bonding_mode4.c | 7 +- drivers/net/bonding/rte_eth_bond_8023ad.c | 174 +++++++++++++++++++++ drivers/net/bonding/rte_eth_bond_8023ad.h | 44 ++++++ drivers/net/bonding/rte_eth_bond_8023ad_private.h | 2 + drivers/net/bonding/rte_eth_bond_api.c | 13 +- drivers/net/bonding/rte_eth_bond_pmd.c | 9 +- drivers/net/bonding/rte_eth_bond_version.map | 6 + 7 files changed, 249 insertions(+), 6 deletions(-) -- 1.7.10.4