From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=jXWjSyd0FGd1fez/ins5IH6LTAKUcOCXUWqkKZbjxow=; b=v5461xHobpV6ZvxLx5fx3r0YTqTgxomW1XM/MmieuROFHHrtCrwZ/vo/y/SDp1Mf8K yci60UT1zDalpCaB87QTmGWdRkTaiNDrPSVrv4+RYK76iYrXA7yJVXSH0CHyDwPXrThg wHs6wTFLFGi7Wgbgogo0LHW5/CrjnrgZsDkNEYoibnj/ZS8GYTOkoBliW9kk3isS8zay VTu6xOqk/QukhgwU3Nxfj0mBNIMk9lfOwRuFnAlN16G+Sh94gDvg0C4jAuErMD5kQ/IS 0jx5lWkxR4eGGn82iMQff6jOm7kc6prmU5qiZSZSYIZ4dL4E5789aQV6bPv9rUN9Mr9D +LrQ== 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; bh=jXWjSyd0FGd1fez/ins5IH6LTAKUcOCXUWqkKZbjxow=; b=QbiIUYdOSYL/vh5tJAeIf2DPnqKBerWuridc0u/G3FaOeKs7/eZM0m8sY+qPrVH4ZQ BQtZ4RCyJN5DMc/p5xKyMiYNPIfN600c3OFmPMtfcuadZH1jAIOUBkOln3xrBMUEeA2l asm7lSnBkRMVc8bkTn754cat0KE+HnPX0ua7EmvSJMYJnly1dfwpJVEhQLzIPY+Q4gdz odfEt6wyKx5p1+vQMAYbFKxqzJvmSV1HqMUCNWULeDLJqGqE8o4Ld97F0e7auhwhFQln rR9XCmWXqRri1TemG7OeoH/2rSVkAclq2a0La1VdEMFmdFvcu2qA4cbxR16pGgMbcH7h 1hNw== X-Gm-Message-State: ALoCoQnaWFc0AXK3tZgykL7Sbf84v3X3zGwYGg/HN/yWSvfIJbhhYh2ZnYzIEU6IShEZnewWo63A X-Received: by 10.67.6.38 with SMTP id cr6mr22890369pad.104.1449249250822; Fri, 04 Dec 2015 09:14:10 -0800 (PST) Received: from xeon-e3.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id 134sm18291003pfa.30.2015.12.04.09.14.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 04 Dec 2015 09:14:09 -0800 (PST) From: Stephen Hemminger To: declan.doherty@intel.com Date: Fri, 4 Dec 2015 09:14:12 -0800 Message-Id: <1449249260-15165-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/8] 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: Fri, 04 Dec 2015 17:14:11 -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 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