From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: [PATCH v1 0/2] User-space ethtool sample application Date: Wed, 30 Sep 2015 07:18:47 +0100 Message-ID: <1443593929-1804-1-git-send-email-remy.horton@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 571EE8D91 for ; Wed, 30 Sep 2015 08:18:55 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "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