DPDK patches and discussions
 help / color / mirror / Atom feed
From: Declan Doherty <declan.doherty@intel.com>
To: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>, ferruh.yigit@intel.com
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 1/3] drivers/bonding: add other agg selection modes
Date: Wed, 19 Jul 2017 16:04:14 +0100	[thread overview]
Message-ID: <3fce3a0f-49b9-c539-83d7-d8bbffc9e8e8@intel.com> (raw)
In-Reply-To: <20170719143119.162003-2-danielx.t.mrzyglod@intel.com>

On 19/07/2017 3:31 PM, Daniel Mrzyglod wrote:
> This patch add support for setting additional aggregator modes for IEEE802.3AD
> in similar manner that are supported in kernel mode.
>
> This will add support for other manner:
> stable - default mode taken from IEEE802.11AX this is default aggregator mode
> bandwidth - takes aggregator with highest bandwidth
> count - takes aggregator with biggest number of slaves
>
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
> ---
>  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 +
>  7 files changed, 274 insertions(+), 14 deletions(-)
>
> diff --git a/drivers/net/bonding/rte_eth_bond_8023ad.c b/drivers/net/bonding/rte_eth_bond_8023ad.c
> index a2313b327..eb273988a 100644
> --- a/drivers/net/bonding/rte_eth_bond_8023ad.c
...
>
Acked-by: Declan Doherty <declan.doherty@intel.com>

  reply	other threads:[~2017-07-19 15:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26 14:35 [dpdk-dev] [PATCH 0/2] Bonding add additional aggregators mode for 802.3AD Daniel Mrzyglod
2017-05-26 14:35 ` [dpdk-dev] [PATCH 1/2] drivers/bonding: add other agg selection modes for mode4 Daniel Mrzyglod
2017-05-26 14:35 ` [dpdk-dev] [PATCH 2/2] app/testpmd: add support for different aggregation mode in IEEE802.3ad bonding Daniel Mrzyglod
2017-06-20  2:18   ` Wu, Jingjing
2017-07-19 14:31 ` [dpdk-dev] [PATCH v2 0/3] Bonding add additional aggregators mode for 802.3AD Daniel Mrzyglod
2017-07-19 14:31   ` [dpdk-dev] [PATCH v2 1/3] drivers/bonding: add other agg selection modes Daniel Mrzyglod
2017-07-19 15:04     ` Declan Doherty [this message]
2017-07-19 15:13   ` [dpdk-dev] [PATCH v2 0/3] Bonding add additional aggregators mode for 802.3AD Ferruh Yigit
2017-07-19 14:46 ` [dpdk-dev] [PATCH v2 2/3] testpmd: add cmndlines to support different aggregation modes Daniel Mrzyglod
2017-07-19 15:06   ` Declan Doherty
2017-07-19 15:17   ` Ferruh Yigit
2017-07-19 14:54 ` [dpdk-dev] [PATCH v2 3/3] test/bonding: add test case for agg selection in mode4 Daniel Mrzyglod
2017-07-19 15:07   ` Declan Doherty

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=3fce3a0f-49b9-c539-83d7-d8bbffc9e8e8@intel.com \
    --to=declan.doherty@intel.com \
    --cc=danielx.t.mrzyglod@intel.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    /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).