From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id CEF532BF3 for ; Tue, 17 Jan 2017 18:29:41 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id c85so209953159wmi.1 for ; Tue, 17 Jan 2017 09:29:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=s1/HrCHscx9jiEAXqyXnU2F0Ws9QS9bARooiv7kFkbU=; b=sLKnxX4azlOri1YiTpMYkJFYJI1VtrwJIawsQZMREeZmTB6DAeuHaesE5sC+bZDtdI 7yCl9oFj+Cyah314UvFpvA8e7Aw0Z9odMrA62Xzbe32TqebliGzk2KSumx+SbXqnVhRc SvxKQBxT/OUiOKwDRdE/WkRL/UjHIIk94o40nF9vuRHNA1tQ7PjzDrxrOnuCMBmavji/ npPmfE0evOawsXXFsheluPggiv5g26S/rE1h7Da0jdtwIzuPwiuIk83O2wHPBx/BKXK0 xY+UXm0HAo6QP3lZvTjXpX1hlWLvokX2jkMg/hchQEf9t9Hyi9vB2loPfOxZ8DAgJqIT 74CA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=s1/HrCHscx9jiEAXqyXnU2F0Ws9QS9bARooiv7kFkbU=; b=aMlmTYHydWfOg3/7FKS65SlmVK4kAb9vH4t1psTVdavZw4yfiUVezydPBklUkGfgSt 1mPjOPA6csOY7IVjSiDS0RPMKiqizW33bqJzaU8BYxIck8wcwdWu/w2qaDbqjAbNNVvW QBPq5DcplwgGbN5M9LO2X/pyo82/iidLos2AF/ech6EzNImkuhJ5YtpA1qUzVuyt69QN pqa5mHtWvDZt4GxDM9ohmLOZrkriQ1R/ulGF4tm2VSr/IQxV5qocpopgUiMAiqNSPn2h AjUOIptJR6OqTAsT8FEw8IOi+gaEgkJ8jQtwE1gpwJiZewZ0jRZwdflYfbWBpDIFp6Wm lSKA== X-Gm-Message-State: AIkVDXIiI2Wvth/VfIClW6cRtBBCF5+xr8GuBFaPNqQ3XKfG5GXUDUPCuwlktyLFrwsPtfxC X-Received: by 10.223.131.99 with SMTP id 90mr13031439wrd.146.1484674181563; Tue, 17 Jan 2017 09:29:41 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id c202sm38436185wmd.10.2017.01.17.09.29.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jan 2017 09:29:41 -0800 (PST) From: Thomas Monjalon To: Sankar Chokkalingam Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Tue, 17 Jan 2017 18:29:40 +0100 Message-ID: <2415845.2kVRWCrpIu@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1482926514-18962-1-git-send-email-sankarx.chokkalingam@intel.com> References: <1482926514-18962-1-git-send-email-sankarx.chokkalingam@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: fix coremask limitation 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, 17 Jan 2017 17:29:41 -0000 2016-12-28 05:01, Sankar Chokkalingam: > Issue: > coremask used in IP Pipeline is limited to 64 cores. > > Solution: > Modified coremask as an array of uint64_t to support RTE_MAX_LCORE > > Fixes: 7f64b9c004aa ("examples/ip_pipeline: rework config file syntax") > Fixes: eb32fe7c5574 ("examples/ip_pipeline: rework initialization parameters") > Fixes: b4aee0fb9c6d ("examples/ip_pipeline: reconfigure thread binding dynamically") > Fixes: 4e14069328fc ("examples/ip_pipeline: measure CPU utilization") > > Signed-off-by: Sankar Chokkalingam > Acked-by: Cristian Dumitrescu Applied, thanks