From patchwork Wed Aug 17 19:13:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 74120 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2655710qga; Wed, 17 Aug 2016 12:13:42 -0700 (PDT) X-Received: by 10.55.151.198 with SMTP id z189mr47652643qkd.70.1471461222569; Wed, 17 Aug 2016 12:13:42 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id u16si20632598qki.223.2016.08.17.12.13.41; Wed, 17 Aug 2016 12:13:42 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 07FB961E59; Wed, 17 Aug 2016 19:13:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 2BAF660C1B; Wed, 17 Aug 2016 19:13:35 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D19F661E41; Wed, 17 Aug 2016 19:13:29 +0000 (UTC) Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) by lists.linaro.org (Postfix) with ESMTPS id B9DFB60A3A for ; Wed, 17 Aug 2016 19:13:25 +0000 (UTC) Received: by mail-qk0-f175.google.com with SMTP id v123so109004273qkh.2 for ; Wed, 17 Aug 2016 12:13:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=RIY69qRyX1Q+vIbP0vWzWXwyVvYKeqpt8rD2BsMq3P8=; b=G1hrbYXV/6Ib56QGVKO+YvZjEg+yD5h899JsPni5KBrbTlyHeNGGIeZQCpbJ/Xs9vH nGY664Vu53BzPyOkW0sjapKX+kpJTXKYz+FTwKIeCdAMGs+OB9qmNBiCtTO79ApfQjWB NmTj0//GlvKmFhMrdbFad090eQ51lmNDak18xEZq/GxXLxA/eRYPfiHF3gixQPZZLksM LRcWig1KzARiKJXtRWd9AiBRi/FWB1x6aCooqFU1pnad8gVbJDbnKNt8/N6und7lZt3h ba53UuqdLN4xILalQ4EqfkkyByPLYafKCZTTWk+tejIK8j9xHDqQNjS+tZVhkRzeft+S fgmg== X-Gm-Message-State: AEkoousb+WlIFqdgtMmWh6r0ySGRjHGbL4tqZPcTy7gz/wOj5yN+zXX1R2b9GZVsovR6LQvzKN4= X-Received: by 10.55.39.146 with SMTP id n140mr7757644qkn.103.1471461205419; Wed, 17 Aug 2016 12:13:25 -0700 (PDT) Received: from localhost (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id r184sm17345339qke.0.2016.08.17.12.13.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Aug 2016 12:13:24 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 17 Aug 2016 15:13:22 -0400 Message-Id: <1471461202-22426-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] test: perf: add prime num threads to odp_scheduling X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" A recent bug showed the limitations of using powers of two, add a prime number of threads as a new test case. Signed-off-by: Mike Holmes --- test/common_plat/performance/odp_scheduling_run.sh | 1 + test/linux-generic/performance/odp_scheduling_run_proc.sh | 1 + 2 files changed, 2 insertions(+) -- 2.7.4 diff --git a/test/common_plat/performance/odp_scheduling_run.sh b/test/common_plat/performance/odp_scheduling_run.sh index 755b0c1..29c1929 100755 --- a/test/common_plat/performance/odp_scheduling_run.sh +++ b/test/common_plat/performance/odp_scheduling_run.sh @@ -20,6 +20,7 @@ run() } run 1 +run 7 run 8 exit $ret diff --git a/test/linux-generic/performance/odp_scheduling_run_proc.sh b/test/linux-generic/performance/odp_scheduling_run_proc.sh index b3ef26f..3f578f7 100755 --- a/test/linux-generic/performance/odp_scheduling_run_proc.sh +++ b/test/linux-generic/performance/odp_scheduling_run_proc.sh @@ -21,6 +21,7 @@ run() } run 1 +run 7 run 8 exit $ret