From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/8] bonding: fixes and enhancements Date: Fri, 4 Dec 2015 09:14:12 -0800 Message-ID: <1449249260-15165-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org To: declan.doherty@intel.com Return-path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by dpdk.org (Postfix) with ESMTP id 792088E98 for ; Fri, 4 Dec 2015 18:14:11 +0100 (CET) Received: by pacej9 with SMTP id ej9so89769136pac.2 for ; Fri, 04 Dec 2015 09:14:10 -0800 (PST) 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 Eric Kinzie (8): 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: handle slaves with fewer queues than bonding device bond: per-slave intermediate rx ring 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 | 48 ++++- drivers/net/bonding/rte_eth_bond_pmd.c | 217 ++++++++++++++++++---- drivers/net/bonding/rte_eth_bond_private.h | 9 +- drivers/net/bonding/rte_eth_bond_version.map | 6 + 8 files changed, 462 insertions(+), 45 deletions(-) -- 2.1.4