From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ip_pipeline: fix coremask limitation Date: Tue, 17 Jan 2017 18:29:40 +0100 Message-ID: <2415845.2kVRWCrpIu@xps13> References: <1482926514-18962-1-git-send-email-sankarx.chokkalingam@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Sankar Chokkalingam 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) In-Reply-To: <1482926514-18962-1-git-send-email-sankarx.chokkalingam@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" 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