From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <mhall@mhcomputing.net>
Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170])
 by dpdk.org (Postfix) with ESMTP id 98A9B3195
 for <dev@dpdk.org>; Sun, 14 Feb 2016 00:38:43 +0100 (CET)
Received: from [IPv6:2602:306:322e:5ae0:cae0:ebff:fe17:5b39] (unknown
 [IPv6:2602:306:322e:5ae0:cae0:ebff:fe17:5b39])
 by mail.mhcomputing.net (Postfix) with ESMTPSA id B2C2CFC
 for <dev@dpdk.org>; Sat, 13 Feb 2016 15:38:42 -0800 (PST)
From: Matthew Hall <mhall@mhcomputing.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Message-Id: <0863DE89-580E-4AA2-B949-25179510BD55@mhcomputing.net>
Date: Sat, 13 Feb 2016 15:38:41 -0800
To: "<dev@dpdk.org>" <dev@dpdk.org>
Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\))
X-Mailer: Apple Mail (2.3112)
Subject: [dpdk-dev] vm_power_manager uses channel_commands.h which is not
	placed in installed copy of DPDK
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 13 Feb 2016 23:38:43 -0000

Hello,

I found a peculiarity in the vm_power_manager example on DPDK 2.2 if you =
use an installed copy of DPDK to compile the examples instead of the =
master copy (while trying to update some outdated stuff in my build =
system).

mhall@mvs-01:~/dpdk/examples/vm_power_manager$ fgrep -ir =
channel_commands *.{c,h}
channel_manager.c:#include "channel_commands.h"
channel_monitor.c:#include "channel_commands.h"
vm_power_cli.c:#include "channel_commands.h"
channel_manager.h:#include "channel_commands.h"

It appears a bunch of these files are trying to pull in this special =
header from here:

=
/home/mhall/src/sdn_sensor/external/dpdk/lib/librte_power/channel_commands=
.h

However this file is never copied into the include directions in the =
installed copy. So this example fails to build.

Did anybody run into this before?

Thanks,
Matthew.=