dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: David Marchand <david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Subject: [PATCH 0/3] eal / bonding pmd cleanup
Date: Tue, 26 Aug 2014 16:12:15 +0200	[thread overview]
Message-ID: <1409062338-26477-1-git-send-email-david.marchand@6wind.com> (raw)

This patchset reworks the bonding pmd so that we don't need to modify the eal
for this pmd to work.

Basically, the arguments parsed at bond_init are stored in the bond private
structure to be used at dev_configure time.
If no argument are present, we suppose that the bonding api has been called.

-- 
David Marchand

David Marchand (3):
  bond: move param parsing in dev_configure
  Revert "eal: support link bonding device initialization"
  eal: probe pci devices at rte_eal_init time

 lib/librte_eal/bsdapp/eal/eal.c             |    6 +--
 lib/librte_eal/common/eal_common_dev.c      |   58 +++++++++------------------
 lib/librte_eal/common/eal_common_pci.c      |    3 --
 lib/librte_eal/common/include/eal_private.h |    7 ++++
 lib/librte_eal/common/include/rte_dev.h     |   14 +------
 lib/librte_eal/linuxapp/eal/eal.c           |    7 +---
 lib/librte_pmd_bond/rte_eth_bond_pmd.c      |   33 +++++++++++----
 lib/librte_pmd_bond/rte_eth_bond_private.h  |    2 +
 8 files changed, 57 insertions(+), 73 deletions(-)

-- 
1.7.10.4

             reply	other threads:[~2014-08-26 14:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-26 14:12 David Marchand [this message]
     [not found] ` <1409062338-26477-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-08-26 14:12   ` [PATCH 1/3] bond: move param parsing in dev_configure David Marchand
2014-08-26 14:12   ` [PATCH 2/3] Revert "eal: support link bonding device initialization" David Marchand
2014-08-26 14:12   ` [PATCH 3/3] eal: probe pci devices at rte_eal_init time David Marchand
2014-09-16 13:05   ` [PATCH 0/3] eal / bonding pmd cleanup David Marchand
     [not found]     ` <CALwxeUvNG_nzCBESYpSg3SxJqDBdWOMeuAZNbMB-L14ZugD31A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-22 11:02       ` David Marchand
     [not found]         ` <CALwxeUuhwaTz+WCa2B2_W52MPt8rvxC_ia8g-kZuJx+aV-8HxA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-22 13:04           ` Neil Horman
     [not found]             ` <20140922130426.GE25406-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-09-29 12:12               ` Thomas Monjalon

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=1409062338-26477-1-git-send-email-david.marchand@6wind.com \
    --to=david.marchand-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.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).