From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 0/4] User-space ethtool sample application Date: Tue, 08 Dec 2015 01:33:24 +0100 Message-ID: <2177069.OzerJuxE1p@xps13> References: <1449496140-11758-1-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-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id E37071396 for ; Tue, 8 Dec 2015 01:34:36 +0100 (CET) Received: by wmww144 with SMTP id w144so161973057wmw.1 for ; Mon, 07 Dec 2015 16:34:36 -0800 (PST) In-Reply-To: <1449496140-11758-1-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-12-07 13:48, 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. Applied, thanks Some feedbacks are welcome about the ethtool library. If it has an interest and is well designed, it must be moved as a real library. The example directory is used as a staging here.