All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Marchand <david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Subject: [PATCH 0/5] add mtu and flow control handlers
Date: Mon, 26 May 2014 13:31:27 +0200	[thread overview]
Message-ID: <1401103892-17225-1-git-send-email-david.marchand@6wind.com> (raw)

This patchset introduces 3 new ethdev operations: flow control parameters
retrieval and mtu get/set operations.

-- 
David Marchand

David Marchand (1):
  ethdev: add autoneg parameter in flow ctrl accessors

Ivan Boule (2):
  ixgbe: add get/set_mtu to ixgbevf
  app/testpmd: allow to configure mtu

Samuel Gauthier (1):
  ethdev: add mtu accessors

Zijie Pan (1):
  ethdev: retrieve flow control configuration

 app/test-pmd/cmdline.c              |   54 ++++++++++++
 app/test-pmd/config.c               |   13 +++
 app/test-pmd/testpmd.h              |    2 +-
 lib/librte_ether/rte_ethdev.c       |   47 ++++++++++
 lib/librte_ether/rte_ethdev.h       |   62 ++++++++++++-
 lib/librte_pmd_e1000/e1000_ethdev.h |    4 +
 lib/librte_pmd_e1000/em_ethdev.c    |  111 +++++++++++++++++++++++
 lib/librte_pmd_e1000/em_rxtx.c      |   11 +++
 lib/librte_pmd_e1000/igb_ethdev.c   |  111 +++++++++++++++++++++++
 lib/librte_pmd_e1000/igb_rxtx.c     |   10 +++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c |  165 ++++++++++++++++++++++++++++++++++-
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |    2 +
 lib/librte_pmd_ixgbe/ixgbe_rxtx.c   |   28 +++++-
 13 files changed, 614 insertions(+), 6 deletions(-)

-- 
1.7.10.4

             reply	other threads:[~2014-05-26 11:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-26 11:31 David Marchand [this message]
     [not found] ` <1401103892-17225-1-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-05-26 11:31   ` [PATCH 1/5] ethdev: retrieve flow control configuration David Marchand
2014-05-26 11:31   ` [PATCH 2/5] ethdev: add autoneg parameter in flow ctrl accessors David Marchand
2014-05-26 11:31   ` [PATCH 3/5] ethdev: add mtu accessors David Marchand
     [not found]     ` <1401103892-17225-4-git-send-email-david.marchand-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-06-10 17:23       ` Ananyev, Konstantin
     [not found]         ` <2601191342CEEE43887BDE71AB9772580EFB5EEE-kPTMFJFq+rEu0RiL9chJVbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-12 14:20           ` David Marchand
2014-05-26 11:31   ` [PATCH 4/5] ixgbe: add get/set_mtu to ixgbevf David Marchand
2014-05-26 11:31   ` [PATCH 5/5] app/testpmd: allow to configure mtu David Marchand

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=1401103892-17225-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.