From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 2/3] example: add user-space ethtool sample application Date: Mon, 07 Dec 2015 03:29:56 +0100 Message-ID: <2434189.5fu0eRF26q@xps13> References: <1448033697-32613-1-git-send-email-remy.horton@intel.com> <1448033697-32613-3-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 80D6E9406 for ; Mon, 7 Dec 2015 03:31:08 +0100 (CET) Received: by wmww144 with SMTP id w144so123242756wmw.1 for ; Sun, 06 Dec 2015 18:31:08 -0800 (PST) In-Reply-To: <1448033697-32613-3-git-send-email-remy.horton@intel.com> 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" 2015-11-20 15:34, Remy Horton: > Further enhancements to the userspace ethtool implementation that was > submitted in 2.1 and packaged as a self-contained sample application. > Implements an rte_ethtool shim layer based on rte_ethdev API, along > with a command prompt driven demonstration application. > > Signed-off-by: Remy Horton > --- > MAINTAINERS | 4 + > examples/Makefile | 1 + > examples/ethtool/Makefile | 48 ++ I'm really sorry, it doesn't compile in combined library mode. We have to check it very shortly.