From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=bx4ohjVhuGycCW0+cqKpikOpR6WZhSihcn5F3zJCflk=; b=awGQy7nsD6m38Vrb5PdRztnYOHvzrZrmILOA7as1BOMSX2LQOPmb8aM/j6c+nsSd9D 1u+7DMOXs+ubo976H2JBIMvF11l0bkcdHH+/Nm93lutDHbHv3o55MWHAO3mGnQ2W0CPT 7B3glbPCxri9kLw165Wi/467jgLNtjtWvFxmvhAYlratirXwQeg0vtUSCkLgj8KiNgUC k4KhYSZjDEAmJHT1vBLkJzvdQYV6JKZKMDCTkdawUKUGrtvFV+7lmaR8pk1LPR2P1LJx xBVWMlFLvp/TIMEVGF03cWXUYnzCZMkG1SNO1uN1QSAIbi+ANJWNgIZS675Pjb0ljHjE 7jeQ== 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=bx4ohjVhuGycCW0+cqKpikOpR6WZhSihcn5F3zJCflk=; b=EQxE55I0LMbv/PaRUu2Emjl3o25tyQPVXVo5cL7jxEE2KCWXfRR4SGdYsG1ltvpXoO iLYg4njpfo/ppYLBK0mmSzJuqPiJe7c8bMj11bVcR/q0hNk9diZp82vfpe7BA2Awtmse 0GQ88z+569PAaFbUmKwfFKp8LUMK4BtTGca+NwZTKgBuWKQlQJudjDjZsfWu4PnQlt08 gpY55QBbbfOZrv3Z8l8apBsQ4qq2E8hx6JX3zDh3XItjj6juukaO3q2/5d2qy8GENCYa kp6yDIWmtXGUz+F9PI9due7DG/DBG6wnswHqjJmUztLyeF8q1nnxZwX2R0cnG7YGccq3 qN/Q== X-Gm-Message-State: ALoCoQmUp1iR1SNhf/DiU65Ntz6hKtrrA7qi1/uJsPNH06AoeqSwCGoHawumbw3kvbvghm0kNm6R X-Received: by 10.195.11.129 with SMTP id ei1mr34943979wjd.80.1449455468358; Sun, 06 Dec 2015 18:31:08 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id w141sm14241000wmw.24.2015.12.06.18.31.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 18:31:07 -0800 (PST) From: Thomas Monjalon To: Remy Horton Date: Mon, 07 Dec 2015 03:29:56 +0100 Message-ID: <2434189.5fu0eRF26q@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448033697-32613-3-git-send-email-remy.horton@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v9 2/3] example: add 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: Mon, 07 Dec 2015 02:31:09 -0000 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.