From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 1C369C300 for ; Mon, 6 Apr 2015 19:01:42 +0200 (CEST) Received: by pabsx10 with SMTP id sx10so49747955pab.3 for ; Mon, 06 Apr 2015 10:01:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=XF9+4uIReuXilLh1vpsPwHbST/rkcnGMMfsMoVzwFlU=; b=fv9ScRbJBINHisLd5HbYIakphHvNRFM86jiLQVOGh5LcpekyLkwYidt7u2S06mI828 4oHrG1EHMZ6VSdqvdYjLclHtLgr8+VsL5sQQyjQ/LNSZlttwIjVitRuXQt1ZEnxcr7Cr 54SttTdQvL4fdlD4L+C5+gjEpgQMpWARKpvVHJGn2mMbTLfdskpmmsuVsbHxVJH1yu6V 4qb6g0GrEB7nO714Kk1a8FzUfUKTO1aIAcwXqJZFeI75tZBa/eSAZiI74naSCLFD9+72 TmUSOGeB0+xXl31grsEEgPoYbESyiPRszDbEVexRltlQVLeEDIIvQ7UfgmIZQcvjTGjx BX7w== X-Received: by 10.67.5.230 with SMTP id cp6mr28556997pad.55.1428339700211; Mon, 06 Apr 2015 10:01:40 -0700 (PDT) Received: from buildhost2.vyatta.com. ([144.49.132.22]) by mx.google.com with ESMTPSA id o6sm5253698pds.38.2015.04.06.10.01.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Apr 2015 10:01:38 -0700 (PDT) From: Eric Kinzie To: dev@dpdk.org Date: Mon, 6 Apr 2015 10:01:20 -0700 Message-Id: <1428339685-27686-1-git-send-email-ehkinzie@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [dpdk-dev] [PATCH 0/5] bonding corrections and additions 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: Mon, 06 Apr 2015 17:01:42 -0000 This patchset makes a couple of small corrections to the bonding driver and introduces the ability to use an external state machine for mode 4 operation. Eric Kinzie (5): 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 mode 4: tests for external state machine app/test/test_link_bonding_mode4.c | 208 +++++++++++++++++++-- lib/librte_pmd_bond/rte_eth_bond_8023ad.c | 176 +++++++++++++++++ lib/librte_pmd_bond/rte_eth_bond_8023ad.h | 44 +++++ lib/librte_pmd_bond/rte_eth_bond_8023ad_private.h | 2 + lib/librte_pmd_bond/rte_eth_bond_pmd.c | 11 +- 5 files changed, 427 insertions(+), 14 deletions(-) -- 1.7.10.4