From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dyDZFzt80p4IX+2YNagGkG8gguUcLWlb54hnJjREKag=; b=rKpDNf8ky1gkLWvjyFuHahMpmUygJd6t8rW0/3Ft9eojV1QuKihLp2XNP7dia1d912 NoJRJ8dCsCXNSlPv39ltDJv6d1xniDMt0I77oKjOt6RnmYIoffsZDy0j97dSF+MwGy2i FdvL97f6qUSaWim3PQGH5cUTu0u3YCfXK0QZinbbHhcCFECYhJyeZ0rPrU/Q06Y7VKzJ KRd2KEhtguEX1cv/J0mGtfehJCO9jxuIZNYFxQnq8/oDd6VMXxy02db8rsBmA+mvmEqT Hm+jUQ1ja/IE4bsoHhSehM4KTZHU+oj4xoCn91cN+HIrNTY+qb7rw84kRbPSty9+FWAL czmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=dyDZFzt80p4IX+2YNagGkG8gguUcLWlb54hnJjREKag=; b=CDOrv6qIqEqNz7HJcW6Y4UchvuKfDptVxXbKS7dvq7fauzb7T5juKFMpLdcwC3JDOJ 2m5+3o7LqoEJvkoF0nlh8eHc7uP+XKwhVz6nZS5q7G3aom3v7MOyx7lFg+x6cljA7NMA M2WjFNF7snor78ZLmnnd/pNa3NAMq0Y51XrWA58F9Gmqg58BUrdP9VnLgOHQAgIFF7au H8otwcRlh7ZXf5BrXOjRv+Wd+WmWlUiW5dXEQOFkQkIFFwtHyJKGekgXW7CNf5g2TOhG LYOb5G/mfwTi1Lx8YC/dWtQsA+w44nyYNByFCP+EA/gX5jNkUPpwf/bRdQg4o8fj9GbP 9qCQ== X-Gm-Message-State: AD7BkJJBLwsU9NK1Kk/MuzHsoqd1sP16tMMBNs3MPuPR0cJ0Hlitz+4kFUE82CrpcjRnBQ== X-Received: by 10.98.16.69 with SMTP id y66mr31981838pfi.86.1456853537243; Tue, 01 Mar 2016 09:32:17 -0800 (PST) Received: from buildhost2.vyatta.com. ([144.49.132.22]) by smtp.gmail.com with ESMTPSA id y27sm46938069pfi.82.2016.03.01.09.32.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Mar 2016 09:32:15 -0800 (PST) From: Eric Kinzie To: dev@dpdk.org Date: Tue, 1 Mar 2016 09:31:58 -0800 Message-Id: <1456853522-4864-1-git-send-email-ehkinzie@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <8CEF83825BEC744B83065625E567D7C219FB4852@IRSMSX108.ger.corp.intel.com> References: <8CEF83825BEC744B83065625E567D7C219FB4852@IRSMSX108.ger.corp.intel.com> Subject: [dpdk-dev] [PATCH V3 0/4] bonding: fixes and enhancements 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: Tue, 01 Mar 2016 17:32:18 -0000 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