All of lore.kernel.org
 help / color / mirror / Atom feed
From: Remy Horton <remy.horton@intel.com>
To: dev@dpdk.org
Subject: [PATCH v1 0/2] User-space ethtool sample application
Date: Wed, 30 Sep 2015 07:18:47 +0100	[thread overview]
Message-ID: <1443593929-1804-1-git-send-email-remy.horton@intel.com> (raw)

Further enhancements to the userspace ethtool implementation that was
submitted in 2.1 and packaged as a self-contained sample application.
Implements an internal rte_ethtool shim layer based on rte_ethdev API,
along with a command prompt driven demonstration application.

Remy Horton (2):
  l2fwd: Fix coding standard errors
  User-space ethtool sample application

 examples/l2fwd/Makefile      |   2 +-
 examples/l2fwd/ethapp.c      | 792 +++++++++++++++++++++++++++++++++++++++++++
 examples/l2fwd/ethapp.h      |  38 +++
 examples/l2fwd/main.c        |  70 ++--
 examples/l2fwd/rte_ethtool.c | 354 +++++++++++++++++++
 examples/l2fwd/rte_ethtool.h | 371 ++++++++++++++++++++
 6 files changed, 1600 insertions(+), 27 deletions(-)
 create mode 100644 examples/l2fwd/ethapp.c
 create mode 100644 examples/l2fwd/ethapp.h
 create mode 100644 examples/l2fwd/rte_ethtool.c
 create mode 100644 examples/l2fwd/rte_ethtool.h

-- 
1.9.3

             reply	other threads:[~2015-09-30  6:18 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30  6:18 Remy Horton [this message]
2015-09-30  6:18 ` [PATCH v1 1/2] l2fwd: Fix coding standard errors Remy Horton
2015-09-30  6:18 ` [PATCH v1 2/2] User-space ethtool sample application Remy Horton
2015-10-26 15:59 ` [PATCH v2 0/2] " Remy Horton
2015-10-26 15:59   ` [PATCH v2 1/2] example: " Remy Horton
2015-10-26 15:59   ` [PATCH v2 2/2] doc: " Remy Horton
2015-10-28 11:12   ` [PATCH v3 0/2] " Remy Horton
2015-10-28 11:12     ` [PATCH v3 1/2] example: add user-space " Remy Horton
2015-10-28 11:12     ` [PATCH v3 2/2] doc: add user-space ethtool sample app guide Remy Horton
2015-10-28 13:52     ` [PATCH v3 0/2] User-space ethtool sample application Ananyev, Konstantin
2015-10-29 12:11     ` [PATCH v4 " Remy Horton
2015-10-29 12:11       ` [PATCH v4 1/2] example: add user-space " Remy Horton
2015-10-29 12:11       ` [PATCH v4 2/2] doc: add user-space ethtool sample app guide Remy Horton
2015-10-29 14:14       ` [PATCH v5 0/2] User-space ethtool sample application Remy Horton
2015-10-29 14:14         ` [PATCH v5 1/2] example: add user-space " Remy Horton
2015-10-29 14:14         ` [PATCH v5 2/2] doc: add user-space ethtool sample app guide Remy Horton
2015-10-29 14:19         ` [PATCH v5 0/2] User-space ethtool sample application Ananyev, Konstantin
2015-11-06 16:11         ` [PATCH v6 " Remy Horton
2015-11-06 16:11           ` [PATCH v6 1/2] example: add user-space " Remy Horton
2015-11-06 16:11           ` [PATCH v6 2/2] doc: add user-space ethtool sample app guide Remy Horton
2015-11-13 16:52             ` Mcnamara, John
2015-11-16 10:56               ` Remy Horton
2015-11-06 16:38           ` [PATCH v6 0/2] User-space ethtool sample application Ananyev, Konstantin
2015-11-16 13:30           ` [PATCH v7 " Remy Horton
2015-11-16 13:30             ` [PATCH v7 1/2] example: add user-space " Remy Horton
2015-11-16 13:30             ` [PATCH v7 2/2] doc: add user-space ethtool sample app guide Remy Horton
2015-11-16 13:42             ` [PATCH v8 0/2] User-space ethtool sample application Remy Horton
2015-11-16 13:42               ` [PATCH v8 1/2] example: add user-space " Remy Horton
2015-11-16 13:42               ` [PATCH v8 2/2] doc: add user-space ethtool sample app guide Remy Horton
2015-11-16 14:16                 ` Mcnamara, John
2015-11-16 13:50               ` [PATCH v8 0/2] User-space ethtool sample application Thomas Monjalon
2015-11-20 15:34               ` [PATCH v9 0/3] " Remy Horton
2015-11-20 15:34                 ` [PATCH v9 1/3] Remove ABI requirement for external library builds Remy Horton
     [not found]                   ` <2601191342CEEE43887BDE71AB97725836ACAB5A@irsmsx105.ger.corp.intel.com>
2015-11-20 16:32                     ` Wang, Liang-min
2015-11-20 15:34                 ` [PATCH v9 2/3] example: add user-space ethtool sample application Remy Horton
2015-11-20 17:15                   ` Ananyev, Konstantin
2015-12-07  2:29                   ` Thomas Monjalon
2015-12-07 11:54                     ` Remy Horton
2015-11-20 15:34                 ` [PATCH v9 3/3] doc: add user-space ethtool sample app guide Remy Horton
2015-11-20 17:16                   ` Ananyev, Konstantin
2015-12-01 12:05                     ` Mcnamara, John
2015-11-24  3:05                 ` [PATCH v9 0/3] User-space ethtool sample application Liu, Yong
2015-12-07 13:48                 ` [PATCH v10 0/4] " Remy Horton
2015-12-07 13:48                   ` [PATCH v10 1/4] Remove ABI requirement for external library builds Remy Horton
2015-12-07 13:48                   ` [PATCH v10 2/4] mk: Fix missing directory with combined extlib build Remy Horton
2015-12-08  0:49                     ` Thomas Monjalon
2015-12-07 13:48                   ` [PATCH v10 3/4] example: add user-space ethtool sample application Remy Horton
2015-12-07 13:49                   ` [PATCH v10 4/4] doc: add user-space ethtool sample app guide Remy Horton
2015-12-08  0:30                     ` Thomas Monjalon
2015-12-08  0:33                   ` [PATCH v10 0/4] User-space ethtool sample application 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=1443593929-1804-1-git-send-email-remy.horton@intel.com \
    --to=remy.horton@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 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.