From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/load_balancer: enable the build for lesser lcores Date: Fri, 21 Jul 2017 17:31:04 +0300 Message-ID: <3460353.eL5XRxqtRr@xps> References: <1500280902-7333-1-git-send-email-hemant.agrawal@nxp.com> <1500452375-31526-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Hemant Agrawal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D54F825A1 for ; Fri, 21 Jul 2017 16:31:07 +0200 (CEST) In-Reply-To: <1500452375-31526-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/07/2017 11:19, Hemant Agrawal: > load_balancer app can also work for lower number of cores. > Limit the cores Worker and IO cores to 16 as defined in original > App. Otherwise use the actual number of lcores as MAX. > > Signed-off-by: Hemant Agrawal > --- > v2: Revert back the condition check Applied, thanks