[dpdk-dev] [PATCH v1 0/2] User-space ethtool sample application

Remy Horton remy.horton at intel.com
Wed Sep 30 08:18:47 CEST 2015


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



More information about the dev mailing list