From patchwork Thu May 19 16:27:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 68166 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp3281189qge; Thu, 19 May 2016 08:55:25 -0700 (PDT) X-Received: by 10.55.109.135 with SMTP id i129mr15654759qkc.127.1463673325787; Thu, 19 May 2016 08:55:25 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id a110si859997qge.2.2016.05.19.08.55.25; Thu, 19 May 2016 08:55:25 -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 3D776617F4; Thu, 19 May 2016 15:55:25 +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_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED 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 7F51C61937; Thu, 19 May 2016 15:33:00 +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 3B0CC6181B; Thu, 19 May 2016 15:32:43 +0000 (UTC) Received: from mail-lf0-f51.google.com (mail-lf0-f51.google.com [209.85.215.51]) by lists.linaro.org (Postfix) with ESMTPS id 78D0F61830 for ; Thu, 19 May 2016 15:29:04 +0000 (UTC) Received: by mail-lf0-f51.google.com with SMTP id e126so13314695lfg.2 for ; Thu, 19 May 2016 08:29:04 -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:in-reply-to :references; bh=g8z/+1xwjzv3Qkk3/KwtGPutIQoRn1szz0khshQMxVI=; b=kMDIDftn75tquy4096LkA41V+AqU0vy5dzq6QcDYS15HoeZG9wWW/fsDHZZOw80+PU S/ogD6UkD1hAi3wQgIQi6LEfKTLEJW3JOC/mB+uFK6N10gYW8JoN8sC7wO78a6+iYyVo vWvUeIQ0hMm/4wV/hM6/Qx8L4YQEFkP8kx90xKXNEFed66yWv06byx3gX4BeDog2ZFxg bBAGoB+RL6bG6Xl5ioprn0Hq/T0j1Me2O17L3S/mwa46OFGteBlrOeSxoEarAFZnJCBl zFdYlDmehY4cYQMCcPec8j1tOkCUvawM900qTnLMNAt4R2aNd19fNrE7Uvs6Z6nqBzyw Bnvg== X-Gm-Message-State: AOPr4FUQCxDJoN3MnTenfA2DQT7OmIu/W0e/WTO+9iVRm+8G3ZRumo/AmUTZFK3vco+nenhhZ9s= X-Received: by 10.25.136.132 with SMTP id k126mr4322425lfd.134.1463671743401; Thu, 19 May 2016 08:29:03 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id cv11sm2366290lbb.49.2016.05.19.08.29.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 May 2016 08:29:02 -0700 (PDT) From: Christophe Milard To: brian.brooks@linaro.org, maxim.uvarov@linaro.com, lng-odp@lists.linaro.org Date: Thu, 19 May 2016 18:27:13 +0200 Message-Id: <1463675234-6739-35-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1463675234-6739-1-git-send-email-christophe.milard@linaro.org> References: <1463675234-6739-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv8 34/35] linux-generic: test: ringtest: adding helper cmd line parsing 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" ringtests.c now calls the helper command line parsing so that helper can collect its options. Hence enabling process mode run. Signed-off-by: Christophe Milard --- platform/linux-generic/test/ring/ringtest.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/platform/linux-generic/test/ring/ringtest.c b/platform/linux-generic/test/ring/ringtest.c index a613fe7..2ebef8a 100644 --- a/platform/linux-generic/test/ring/ringtest.c +++ b/platform/linux-generic/test/ring/ringtest.c @@ -417,7 +417,7 @@ static int test_ring(void *arg) return 0; } -int main(int argc TEST_UNUSED, char *argv[] TEST_UNUSED) +int main(int argc, char *argv[]) { ring_arg_t rarg; odph_odpthread_t thread_tbl[MAX_WORKERS]; @@ -436,6 +436,9 @@ int main(int argc TEST_UNUSED, char *argv[] TEST_UNUSED) exit(EXIT_FAILURE); } + /* let helper collect its own arguments (e.g. --odph_proc) */ + odph_parse_options(argc, argv, NULL, NULL); + _ring_tailq_init(); odp_cpumask_default_worker(&cpu_mask, MAX_WORKERS);