From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=I5JcUNvmV0IK3/Vdwm5j+4dDi85T9p5cFtILILncF2Y=; b=L32fPfInPDo8Usf5dktmCqVA9QNKGaWF2647Y9RnmwSxl53IGwALkdCL118Hvz2wW4 eirEGDd54WMtKOHS8TPMH0HQzvucPq6yC4SXQo9X6vgcLhs6/WICE1lZCDWjzjGBR8+I beUVYMOYQprsGGm7R2tU4ZLyrjqdMVgNaYVgLmU89LwVpBhQHL1il0wXNobRBBRKDzY/ a4gmszMCVco0zkx1l9hA/v0qaew1z46t1wd6EwbpRjTHLruvhi9FgEaASyurecfnjALF wLbl+624iNPDkMnllTWNTAQyzQRaSLlR69fAbHtl8Lodigr0tZQxWGMx1UyTXdAH19d+ iCzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=I5JcUNvmV0IK3/Vdwm5j+4dDi85T9p5cFtILILncF2Y=; b=KyE2LZqXubAzGRvqDa3ZIjgJXvvGToLL8s75LcpaHAKhznavHulkTDCyOhRep+wt31 Ijj4sQ4RpFcb4jSZMEHSI0Mx6MCWcg8uEJaPMC79gQbOe3tQf3BqHVCZjcss3rFncz3O Ft37r2mb4SYGOGDG3TzIlKzP7JJUc55QzBp93MzMxrJOSdgQkTzLM/nLOihqi03Kk/YG TsVeQrCVRSbwbpn8LnUnTO1pp/jGVYAjKGT3/fFaMwEAKIOYB5dF3325kQE+P7UrJG5E 5phSGLLrk2qna4dJOlXx/xTe0XC4LWQUjKN4firH4cfY92l4BBfWTgXLBBHBzMLFeZwq Kt9w== X-Gm-Message-State: ALoCoQlYR5DylFzpyHqR3TYGLUUaHf2T3uAiJSRL1X+bL+BKXhM9rUgyfTtHr1MHm9AAvP5B3vNQvakbfmeXA698b5EPssOgSQ== X-Received: by 10.28.103.9 with SMTP id b9mr23191472wmc.8.1449534876789; Mon, 07 Dec 2015 16:34:36 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id qm9sm462370wjc.39.2015.12.07.16.34.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Dec 2015 16:34:36 -0800 (PST) From: Thomas Monjalon To: Remy Horton Date: Tue, 08 Dec 2015 01:33:24 +0100 Message-ID: <2177069.OzerJuxE1p@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449496140-11758-1-git-send-email-remy.horton@intel.com> References: <1449496140-11758-1-git-send-email-remy.horton@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v10 0/4] User-space ethtool sample application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2015 00:34:37 -0000 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.