From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751919AbcFKFzW (ORCPT ); Sat, 11 Jun 2016 01:55:22 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:53352 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbcFKFzV (ORCPT ); Sat, 11 Jun 2016 01:55:21 -0400 X-IronPort-AV: E=Sophos;i="5.26,454,1459807200"; d="scan'208";a="222009623" Date: Sat, 11 Jun 2016 07:55:18 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@localhost6.localdomain6 To: SF Markus Elfring cc: "Luis R. Rodriguez" , cocci@systeme.lip6.fr, Michal Marek , linux-kernel@vger.kernel.org Subject: Re: [Cocci] [PATCH 2/4] coccicheck: enable paramap support In-Reply-To: <5ec86b43-5fc8-b4b7-11a3-f1cef751270d@users.sourceforge.net> Message-ID: References: <1465591332-31113-1-git-send-email-mcgrof@kernel.org> <1465591332-31113-3-git-send-email-mcgrof@kernel.org> <5ec86b43-5fc8-b4b7-11a3-f1cef751270d@users.sourceforge.net> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 11 Jun 2016, SF Markus Elfring wrote: > > Also enable the load balancing to be dynamic, so that > > if a thread finishes early we keep feeding it. > > Is this functionality influenced by the parameter "chunksize"? Yes, without chunksize the distribution of work to processes is static. julia