DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Mrzyglod, DanielX T" <danielx.t.mrzyglod@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 0/2] ADD mode 5(tlb) to link bonding pmd
Date: Wed, 26 Nov 2014 17:18:14 +0000	[thread overview]
Message-ID: <7ADD74816B4C8A45B56203CBA65FE5A6097A3977@IRSMSX107.ger.corp.intel.com> (raw)
In-Reply-To: <1417022002-9213-1-git-send-email-danielx.t.mrzyglod@intel.com>

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. 
It dynamically changes the transmitting slave, according to the computed load. 
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
> 
> 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.
> 
> Daniel Mrzyglod (2):
>   This patch add support of mode 5 to link bonding pmd
>   Unit tests for Mode 5 of Bonding Transmit Load balancing.
> 
>  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(-)
> 
> --
> 2.1.0

  parent reply	other threads:[~2014-11-26 17:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 17:13 Daniel Mrzyglod
2014-11-26 17:13 ` [dpdk-dev] [PATCH v3 1/2] This patch add support of mode 5 " Daniel Mrzyglod
2014-11-26 17:13 ` [dpdk-dev] [PATCH v3 2/2] Unit tests for Mode 5 of Bonding Transmit Load balancing Daniel Mrzyglod
2014-11-26 17:18 ` Mrzyglod, DanielX T [this message]
2014-11-27 16:33   ` [dpdk-dev] [PATCH v3 0/2] ADD mode 5(tlb) to link bonding pmd Doherty, Declan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ADD74816B4C8A45B56203CBA65FE5A6097A3977@IRSMSX107.ger.corp.intel.com \
    --to=danielx.t.mrzyglod@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).