From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v17 0/5] User-space Ethtool Date: Thu, 16 Jul 2015 23:48:02 +0200 Message-ID: <3483104.M20H0g0coM@xps13> References: <1432946276-9424-1-git-send-email-liang-min.wang@intel.com> <1437053137-10460-1-git-send-email-liang-min.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Liang-Min Larry Wang Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 8B8995A53 for ; Thu, 16 Jul 2015 23:49:16 +0200 (CEST) Received: by wibud3 with SMTP id ud3so25709838wib.1 for ; Thu, 16 Jul 2015 14:49:15 -0700 (PDT) In-Reply-To: <1437053137-10460-1-git-send-email-liang-min.wang@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-07-16 09:25, Liang-Min Larry Wang: > This implementation is designed to provide a familar interface for applications that rely on kernel-space driver to support ethtool_op and net_device_op for device management. The initial implementation focuses on ops that can be implemented through existing netdev APIs. More ops will be supported in latter release. Applied without example which needs more work, thanks