From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: vm_power_manager uses non-public API, broken build on top of installed SDK Date: Tue, 16 Feb 2016 18:59:31 +0100 Message-ID: <3736652.BgiKvefvoq@xps13> References: <20160216182120.04dfe258@pcviktorin.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin 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) In-Reply-To: <20160216182120.04dfe258@pcviktorin.fit.vutbr.cz> 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" 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.