From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/exception_path: limit core count to 64 Date: Wed, 28 Mar 2018 00:19:28 +0200 Message-ID: <38076521.SCCs611vHt@xps> References: <1519128357-8987-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, stable@dpdk.org To: Radu Nicolau Return-path: In-Reply-To: <1519128357-8987-1-git-send-email-radu.nicolau@intel.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" 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