From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id BE828C2DC for ; Tue, 16 Feb 2016 19:01:03 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id g62so203061284wme.0 for ; Tue, 16 Feb 2016 10:01:03 -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=x5zp82Jq6aPm2XYZnuidOkdkwYFVv21T4VQZ3Y5JsRE=; b=xk0AjOT6a1wkdFyfbrziF2AhoC5WrtWy6YSs4BVZeyjLus+DBksgGB8Ux8dGJ+9WX8 rVoY+4AMlUSr2vKVKXiXEzCLpe4atdnOuuLxpgdVnb3ld7rGU+UY8paieCZX2rUcVANy 2L/iGtmuLV2n9+z0bfLQq/3MZTsaeObBhWcxN9n5UeDNMpkRTJ2P1tFDv23BWbyoXjyd PvNAV7sFW9HhGlrYJQrs3dZ3fySXC0HvgIjjMHEyBwtZu8o7XViNGYd+osraAwMyPWde QUfnqfzhzoOTgx359bvGaQ3WCNP4HecxXygl0qqT3nYOnmyze7NOW/KhCpznSUdSLFYk gBhw== 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=x5zp82Jq6aPm2XYZnuidOkdkwYFVv21T4VQZ3Y5JsRE=; b=BP6XRBlmWa/IXqy6rdGKGs3TrDDuUuKpyoBkeqrc9OEMaO/7LcxnpsmJas4qov6wYb JCmSicSoHK/RcVTFJoejQyDLYV85YSyqtBkrap/4kXdIsOnniVh5iJLjsESmojGwvUDp U79P6nvVqv+Eo7rgRVDCKCaeML05Cj87hhgdHat6oDXONgZlWNnYR+WZg/aSlE/Olib6 zBQFRRVyggHNaHfwkenbZm1quVWrF7HnLn/moXK/NwoMXGcGjwI52d3wKGS7iLkS8Il5 Tm8Rj8JTdD4SNcrFIq80/C1DK33NQDhlqR6wy4Vh6A7Dw917VLhF6nYzNaTYd5pBc8yR VCng== X-Gm-Message-State: AG10YOTWPjstWDUUVqDXizBj+4y0EYzmAZUI+OmnDXmim6lCHeWDuq8308fV6NVjuE+koowY X-Received: by 10.194.120.229 with SMTP id lf5mr26763165wjb.151.1455645663597; Tue, 16 Feb 2016 10:01:03 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id l132sm21572579wmf.7.2016.02.16.10.01.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 16 Feb 2016 10:01:02 -0800 (PST) From: Thomas Monjalon To: Jan Viktorin Date: Tue, 16 Feb 2016 18:59:31 +0100 Message-ID: <3736652.BgiKvefvoq@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160216182120.04dfe258@pcviktorin.fit.vutbr.cz> References: <20160216182120.04dfe258@pcviktorin.fit.vutbr.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] vm_power_manager uses non-public API, broken build on top of installed SDK 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, 16 Feb 2016 18:01:03 -0000 Hi, 2016-02-16 18:21, Jan Viktorin: > I have encountered an issue with the examples/vm_power_manager. It > includes the file lib/librte_power/channel_commands.h which is not a > public API. This breaks builds of examples based on just the installed > SDK (after calling install-sdk) as the channel_commands.h header is > missing there. I suppose that most of the time, the examples are being > build directly from the DPDK base directory and so nobody could see > this failing. Please check this thread where it has already been reported: http://dpdk.org/ml/archives/dev/2016-February/033202.html > By the way, is there a command that installs the examples on the > target? I didn't find any yet... No you can only specify a build directory for the examples.