From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2D21A7F3C for ; Wed, 26 Nov 2014 18:19:07 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 26 Nov 2014 09:18:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="421840727" Received: from irsmsx155.ger.corp.intel.com ([163.33.192.3]) by FMSMGA003.fm.intel.com with ESMTP; 26 Nov 2014 09:08:26 -0800 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.117]) by IRSMSX155.ger.corp.intel.com ([169.254.14.228]) with mapi id 14.03.0195.001; Wed, 26 Nov 2014 17:18:15 +0000 From: "Mrzyglod, DanielX T" To: "dev@dpdk.org" Thread-Topic: [PATCH v3 0/2] ADD mode 5(tlb) to link bonding pmd Thread-Index: AQHQCZxZolbgwVNhi02gTQYUhr70qpxzJk1A Date: Wed, 26 Nov 2014 17:18:14 +0000 Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A6097A3977@IRSMSX107.ger.corp.intel.com> References: <1417022002-9213-1-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1417022002-9213-1-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/2] ADD mode 5(tlb) to link bonding pmd 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: Wed, 26 Nov 2014 17:19:07 -0000 v3 change: Rebase patch version to HEAD of orgin/master. Unit tests moved to the separate patch v3 2/2. v2 change: Add Unit Tests Modification that updates obytes structure in virtualpmd driver. change internals->slaves[i].last_obytes to have proper values. Update codebase to Declan's patches. v1 change: Add support for mode 5 (Transmit load balancing) into pmd driver This mode provides an adaptive transmit load balancing.=20 It dynamically changes the transmitting slave, according to the computed lo= ad.=20 Statistics are collected in 100ms intervals and scheduled every 10ms. > -----Original Message----- > From: Mrzyglod, DanielX T > Sent: Wednesday, November 26, 2014 6:13 PM > To: dev@dpdk.org > Cc: Mrzyglod, DanielX T > Subject: [PATCH v3 0/2] ADD mode 5(tlb) to link bonding pmd >=20 > This mode provides an adaptive transmit load balancing. > It dynamically changes the transmitting slave, according to the computed = load. > Statistics are collected in 100ms intervals and scheduled every 10ms. >=20 > Daniel Mrzyglod (2): > This patch add support of mode 5 to link bonding pmd > Unit tests for Mode 5 of Bonding Transmit Load balancing. >=20 > app/test/test_link_bonding.c | 499 +++++++++++++++++++++++= +++++- > app/test/virtual_pmd.c | 6 +- > lib/librte_pmd_bond/rte_eth_bond.h | 11 + > lib/librte_pmd_bond/rte_eth_bond_args.c | 1 + > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 160 ++++++++- > lib/librte_pmd_bond/rte_eth_bond_private.h | 2 +- > 6 files changed, 673 insertions(+), 6 deletions(-) >=20 > -- > 2.1.0