All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] User-space ethtool sample application
@ 2015-09-30  6:18 Remy Horton
  2015-09-30  6:18 ` [PATCH v1 1/2] l2fwd: Fix coding standard errors Remy Horton
                   ` (2 more replies)
  0 siblings, 3 replies; 50+ messages in thread
From: Remy Horton @ 2015-09-30  6:18 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2015-12-08  0:50 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30  6:18 [PATCH v1 0/2] User-space ethtool sample application Remy Horton
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

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.