From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0BDA22030 for ; Wed, 19 Jul 2017 16:31:35 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 07:31:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,381,1496127600"; d="scan'208";a="113102481" Received: from gklab-246-025.igk.intel.com (HELO Sent) ([10.217.246.25]) by orsmga002.jf.intel.com with SMTP; 19 Jul 2017 07:31:30 -0700 Received: by Sent (sSMTP sendmail emulation); Wed, 19 Jul 2017 16:31:24 +0200 From: Daniel Mrzyglod To: declan.doherty@intel.com, ferruh.yigit@intel.com Cc: dev@dpdk.org, Daniel Mrzyglod Date: Wed, 19 Jul 2017 16:31:16 +0200 Message-Id: <20170719143119.162003-1-danielx.t.mrzyglod@intel.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170526143528.16533-1-danielx.t.mrzyglod@intel.com> References: <20170526143528.16533-1-danielx.t.mrzyglod@intel.com> Subject: [dpdk-dev] [PATCH v2 0/3] Bonding add additional aggregators mode for 802.3AD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 14:31:36 -0000 This patchseries add support for other aggregators in similar manner that is provided in Linux kernel. Modes added in patches: stable - this is default mode from IEEE802.11AX/IEEE802.3AD documentation bandwidth - takes aggregator with the biggest available speed count - takes aggregators with the biggest number of slaves V2: -fix eal argument parsing -add cmdline help in testpmd -add unit test -fix checkpatch warnings -update device name in unit tests Daniel Mrzyglod (3): drivers/bonding: add other agg selection modes testpmd: add cmndlines to support different aggregation modes test/bonding: add test case for agg selection in mode4 app/test-pmd/cmdline.c | 94 ++++++++++- drivers/net/bonding/rte_eth_bond_8023ad.c | 193 ++++++++++++++++++++-- drivers/net/bonding/rte_eth_bond_8023ad.h | 32 ++++ drivers/net/bonding/rte_eth_bond_8023ad_private.h | 1 + drivers/net/bonding/rte_eth_bond_args.c | 33 ++++ drivers/net/bonding/rte_eth_bond_pmd.c | 19 ++- drivers/net/bonding/rte_eth_bond_private.h | 5 + drivers/net/bonding/rte_eth_bond_version.map | 5 + test/test/test_link_bonding_mode4.c | 83 +++++++++- 9 files changed, 446 insertions(+), 19 deletions(-) -- 2.13.3