From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Kinzie Subject: [PATCH V3 0/4] bonding: fixes and enhancements Date: Tue, 1 Mar 2016 09:31:58 -0800 Message-ID: <1456853522-4864-1-git-send-email-ehkinzie@gmail.com> References: <8CEF83825BEC744B83065625E567D7C219FB4852@IRSMSX108.ger.corp.intel.com> To: dev@dpdk.org Return-path: Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by dpdk.org (Postfix) with ESMTP id D6128A874 for ; Tue, 1 Mar 2016 18:32:17 +0100 (CET) Received: by mail-pf0-f195.google.com with SMTP id 184so5501284pff.1 for ; Tue, 01 Mar 2016 09:32:17 -0800 (PST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C219FB4852@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" Changes in v3: This version has only fixes. Patches with new functionality have been removed and will be submitted separately. - remove "bond mode 4: allow external state machine" - remove "bond: use existing enslaved device queues" Eric Kinzie (4): bond mode 4: copy entire config structure bond mode 4: do not ignore multicast 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 | 1 + drivers/net/bonding/rte_eth_bond_api.c | 13 +++++++++++-- drivers/net/bonding/rte_eth_bond_pmd.c | 1 + 4 files changed, 18 insertions(+), 4 deletions(-) -- 2.1.4