From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla@dpdk.org Subject: [Bug 237] Running test-build.sh Fails on ppc_64 fails due to hard-coded requirement for IXGBE_PMD in examples/vm_power_manager Date: Tue, 02 Apr 2019 00:41:02 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D237 Bug ID: 237 Summary: Running test-build.sh Fails on ppc_64 fails due to hard-coded requirement for IXGBE_PMD in examples/vm_power_manager Product: DPDK Version: 19.05 Hardware: POWER OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: examples Assignee: dev@dpdk.org Reporter: drc@linux.vnet.ibm.com Target Milestone: --- The default configuration file config/defconfig_ppc_64-poweer8-linux-gcc disables the IXGBE_PMD, indicating that it is not a tested adapter.=20=20 The example application vm_power_manager has hard-coded dependencies on thr= ee specific poll-mode drivers, including the IXGBE_PMD. When running the devtools/test-build.sh script to verify a patch for IBM Po= wer systems, the script will fail because the include file rte_pmd_ixgbe.h, use= d by examples/vm_power_manager/main.c cannot be found. This results in the test-build.sh script returning a failure even though any patch being tested might be valid. --=20 You are receiving this mail because: You are the assignee for the bug.=