From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v9 2/3] example: add user-space ethtool sample application Date: Mon, 07 Dec 2015 11:54:34 +0000 Message-ID: <5665737A.80901@intel.com> References: <1448033697-32613-1-git-send-email-remy.horton@intel.com> <1448033697-32613-3-git-send-email-remy.horton@intel.com> <2434189.5fu0eRF26q@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0EDD095B5 for ; Mon, 7 Dec 2015 12:54:50 +0100 (CET) In-Reply-To: <2434189.5fu0eRF26q@xps13> 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" On 07/12/2015 02:29, Thomas Monjalon wrote: > 2015-11-20 15:34, Remy Horton: >> 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. > Looks like rte.extlib.mk not making the sub-directories that combined builds use. Whole patch needs rebasing anyway due to a merge conflict so will fix that as well.. ..Remy