From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: error compiling load_balancer example for DPAA2 Date: Tue, 18 Jul 2017 10:52:18 +0530 Message-ID: <8b5ce99d-873b-71b9-8292-e8ba48af617f@nxp.com> References: <5011671.WB62Gj4jNA@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Thomas Monjalon Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0071.outbound.protection.outlook.com [104.47.38.71]) by dpdk.org (Postfix) with ESMTP id 5EDAE376C for ; Tue, 18 Jul 2017 07:22:26 +0200 (CEST) In-Reply-To: <5011671.WB62Gj4jNA@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/14/2017 7:16 PM, Thomas Monjalon wrote: > The compilation of examples for DPAA2 fails: > > examples/load_balancer/main.h:62:2: error: #error > "APP_MAX_IO_LCORES is too big" > > because: > > APP_MAX_IO_LCORES = 16 > RTE_MAX_LCORE = 8 > Hi Thomas, Thanks for identifying the issue. I have submitted a patch to change the load_balancer. There is no reason that load_balancer can not work with lower number of cores. Regards, Hemant