DPDK patches and discussions
 help / color / mirror / Atom feed
From: Eric Kinzie <ehkinzie@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/2] bond mode 4 external sm api
Date: Thu, 26 May 2016 19:24:09 -0700	[thread overview]
Message-ID: <1464315851-12953-1-git-send-email-ehkinzie@gmail.com> (raw)

This patchset introduces the ability to use an external 802.3ad state
machine for mode 4 bonding.  Functions to alter the mux state and to
allow LACPDUs to be sent and received from outside of the bonding PMD
are provided.

Eric Kinzie (2):
  bond mode 4: allow external state machine
  bond mode 4: tests for external state machine

 app/test/test_link_bonding_mode4.c                |  210 +++++++++++++-
 drivers/net/bonding/rte_eth_bond_8023ad.c         |  318 +++++++++++++++++++--
 drivers/net/bonding/rte_eth_bond_8023ad.h         |   82 ++++++
 drivers/net/bonding/rte_eth_bond_8023ad_private.h |   14 +-
 drivers/net/bonding/rte_eth_bond_version.map      |   16 ++
 5 files changed, 601 insertions(+), 39 deletions(-)

-- 
1.7.10.4

             reply	other threads:[~2016-05-27  2:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27  2:24 Eric Kinzie [this message]
2016-05-27  2:24 ` [dpdk-dev] [PATCH 1/2] bond mode 4: allow external state machine Eric Kinzie
2016-05-27  2:24 ` [dpdk-dev] [PATCH 2/2] bond mode 4: tests for " Eric Kinzie
2016-05-27 19:44 ` [dpdk-dev] [PATCH v2 0/2] bond mode 4 external sm api Eric Kinzie
2016-05-27 19:44   ` [dpdk-dev] [PATCH v2 1/2] bond mode 4: allow external state machine Eric Kinzie
2016-05-27 19:44   ` [dpdk-dev] [PATCH v2 2/2] bond mode 4: tests for " Eric Kinzie
2016-06-13 10:20   ` [dpdk-dev] [PATCH v2 0/2] bond mode 4 external sm api Bruce Richardson
2016-06-20 10:34   ` Declan Doherty
2016-06-20 16:45     ` Bruce Richardson

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=1464315851-12953-1-git-send-email-ehkinzie@gmail.com \
    --to=ehkinzie@gmail.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).