From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 74D70AAB0; Wed, 28 Mar 2018 00:19:30 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 175A82176D; Tue, 27 Mar 2018 18:19:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 27 Mar 2018 18:19:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=AOGe8JpDuwfHNXgkFuDfYOP879 eGUupa9tFVZjKhKCw=; b=e9qqtK2VXLHffhuw8uthQ6DgTmiCGJ+wrFiDCI6SSW 0AW2N6kHgS/NiQHXVoP18E6U6FafyCJxkIgOnw5hlQhg7ZCqXPbx+XAvym65eu9L zPPZaDbghYfXWTxk5KmAMdMLnmyD/mLG674u8+Dnh44quu1SMfHvXe/YnHuZNQOh M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=AOGe8J pDuwfHNXgkFuDfYOP879eGUupa9tFVZjKhKCw=; b=L19wTltGaeuhiS3O4+lSqA PPZd3IvQwFihtVU97Kx3jefEWfRL6RkxWAbI7hXlMMyiZ7JySy1nNpwnHKK9vxO7 BUo7G3rcxfjb/inE9hy0bwuWVd+NtTIIbbQfv0rYCi/GsNRLP95DGgkvENCW46Bt ba65ke3VtUQcQsBZpp3ZTlwlSnIsI8kpJx0AytJO821+U1FrYz9K/KM5SFQEJ6h2 OoLpLx/XvpVVXK2dmnaMkccGk2h1WAmLlUw3mvhlK1VxjC3hr8kotgdkuLgj0Uum KKqSw/KFyGf+xMXlDbzU5LDs2fWWnaNYZAPvv49SRGepuSlPDj7mAjMumGA8fStw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6B2CEE50B1; Tue, 27 Mar 2018 18:19:29 -0400 (EDT) From: Thomas Monjalon To: Radu Nicolau Cc: dev@dpdk.org, john.mcnamara@intel.com, stable@dpdk.org Date: Wed, 28 Mar 2018 00:19:28 +0200 Message-ID: <38076521.SCCs611vHt@xps> In-Reply-To: <1519128357-8987-1-git-send-email-radu.nicolau@intel.com> References: <1519128357-8987-1-git-send-email-radu.nicolau@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/exception_path: limit core count to 64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 22:19:30 -0000 20/02/2018 13:05, Radu Nicolau: > Application doesn't support more that 64 lcores due to command > line limitation of using a coremask that is parsed as a 64bit > value, so changed it to reflect this limitation. > > Fixes: af75078fece3 ("first public release") > Coverity issue: 30688 > > Cc: stable@dpdk.org > > Signed-off-by: Radu Nicolau Applied, thanks