From patchwork Mon Dec 26 14:10:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 89027 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp4537499qgi; Mon, 26 Dec 2016 06:10:22 -0800 (PST) X-Received: by 10.55.0.19 with SMTP id 19mr23935767qka.79.1482761422537; Mon, 26 Dec 2016 06:10:22 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 96si25800997qtc.269.2016.12.26.06.10.21; Mon, 26 Dec 2016 06:10:22 -0800 (PST) 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 2E11260F0D; Mon, 26 Dec 2016 14:10:21 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 8CCEB6092A; Mon, 26 Dec 2016 14:10:17 +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 2DBC060E65; Mon, 26 Dec 2016 14:10:16 +0000 (UTC) Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) by lists.linaro.org (Postfix) with ESMTPS id F38496091C for ; Mon, 26 Dec 2016 14:10:14 +0000 (UTC) Received: by mail-lf0-f52.google.com with SMTP id c13so173787891lfg.0 for ; Mon, 26 Dec 2016 06:10:14 -0800 (PST) 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; bh=qS+2mTEP1yxsXM1ytN0B8hFKKr0jvPKVPLXsFVLrlRU=; b=m4cb/tAfZRffOCZVWwHTSCufnGHKfuk+ovbADDocjiY5E0vJhVr+C99wozMNbn/u8q OKcmhXhX01MvVEita6+rYdfFo7lEk9s2/3pGNUQI+Ort9AAVqu3vhEJ6OElZf76on/WB SwsY4vDMPdvbh27HYOZKoUo37F9w/t9KFeLtf4pcCbvmCWFJncIXn2MJpiTbD+gPclq+ 4AHWbGctEXx7H9tRlh0jwQ0DAr478YgbLhUoiw96Fh+Z/HjT/8jy4yEFUjVjc3g+Htk/ SESmGp7/YlzaGRRqKoRZGgTOz0e7PYGJjbKWXj3mvito1wtCl1aCBvVJo1rN8dWMZE// X3eA== X-Gm-Message-State: AIkVDXLnxCudvoXq98xJ12QcFAH2n7G3YLoPI0gpYxoE7rCDxLolluoMYTOpljYDN99ihxp24F8= X-Received: by 10.25.0.196 with SMTP id 187mr9273380lfa.156.1482761413531; Mon, 26 Dec 2016 06:10:13 -0800 (PST) Received: from localhost.localdomain (ppp91-77-165-188.pppoe.mtu-net.ru. [91.77.165.188]) by smtp.gmail.com with ESMTPSA id z2sm10584699lja.10.2016.12.26.06.10.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 26 Dec 2016 06:10:12 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Mon, 26 Dec 2016 17:10:04 +0300 Message-Id: <1482761404-22120-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 Subject: [lng-odp] [API-NEXT PATCH] helper: remove debug on thread start 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" Message floods tests output. There is no reason for prints of starting threads due to each application if needed can do there own prints. Signed-off-by: Maxim Uvarov --- helper/linux.c | 7 ------- 1 file changed, 7 deletions(-) -- 2.7.1.250.gff4ea60 diff --git a/helper/linux.c b/helper/linux.c index 7bd0b07..38646e9 100644 --- a/helper/linux.c +++ b/helper/linux.c @@ -265,13 +265,6 @@ static void *odpthread_run_start_routine(void *arg) return (void *)-1; } - ODPH_DBG("helper: ODP %s thread started as linux %s. (pid=%d)\n", - thr_params->thr_type == ODP_THREAD_WORKER ? - "worker" : "control", - (start_args->linuxtype == ODPTHREAD_PTHREAD) ? - "pthread" : "process", - (int)getpid()); - status = thr_params->start(thr_params->arg); ret = odp_term_local();