From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 07 Dec 2015 03:54:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,394,1444719600"; d="scan'208";a="613826751" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.229.56]) ([163.33.229.56]) by FMSMGA003.fm.intel.com with ESMTP; 07 Dec 2015 03:54:35 -0800 Message-ID: <5665737A.80901@intel.com> Date: Mon, 07 Dec 2015 11:54:34 +0000 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon References: <1448033697-32613-1-git-send-email-remy.horton@intel.com> <1448033697-32613-3-git-send-email-remy.horton@intel.com> <2434189.5fu0eRF26q@xps13> In-Reply-To: <2434189.5fu0eRF26q@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 11:54:51 -0000 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