From patchwork Thu Apr 7 12:44:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 65315 Delivered-To: patch@linaro.org Received: by 10.112.43.237 with SMTP id z13csp54465lbl; Thu, 7 Apr 2016 05:44:33 -0700 (PDT) X-Received: by 10.107.134.151 with SMTP id q23mr3238646ioi.25.1460033072966; Thu, 07 Apr 2016 05:44:32 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id i141si7074128ioe.71.2016.04.07.05.44.32; Thu, 07 Apr 2016 05:44:32 -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 46736619AF; Thu, 7 Apr 2016 12:44:32 +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 F321461817; Thu, 7 Apr 2016 12:44:28 +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 447426196F; Thu, 7 Apr 2016 12:44:26 +0000 (UTC) Received: from mail-oi0-f52.google.com (mail-oi0-f52.google.com [209.85.218.52]) by lists.linaro.org (Postfix) with ESMTPS id 29750617D7 for ; Thu, 7 Apr 2016 12:44:25 +0000 (UTC) Received: by mail-oi0-f52.google.com with SMTP id y204so96966332oie.3 for ; Thu, 07 Apr 2016 05:44: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=i4bjeny4PvfL4Y6wJ3xBDm6fmXAjMbnlFRlGt8wwwUI=; b=Rdo+J86GtR+HdiCRS7FIqO3ZCwPW8AyiC4pIDiWSUWztLVA0BbMURCrnUN/1ZlZ3PA RtptnuHEAfVsKqnLgG6WUMWNdkW89qrz1zvVlRShIeujBysEcjy9Imdlo3bc8wnWV+80 AF97ZKPkqMjTkyx6PsKh4sniagfeZBC5r1Lr6JW97ZakYCRoE7EkwxF2bZC++4DJ/EMw 16ebXSxvEyNgTF9QHuw5GMRZjHDSpUHOaOQy+BdHwuqq+4iBRXjbZHzYSqGZbHh6eubw i5dFU7e9oyZg68kwyZ2HdbkcItiAdeaqO8oYyXioSxvGTMidsmcT/h1dFF4zntKRfS5l /Jsg== X-Gm-Message-State: AD7BkJIA4QQlV7N5nPsY1yJiJTqUduDkvRJHD1iFtEqq/nLTlmcFsgTCUij0TdvjsTHrZoKFFRg= X-Received: by 10.157.52.117 with SMTP id v108mr1411493otb.112.1460033064573; Thu, 07 Apr 2016 05:44:24 -0700 (PDT) Received: from Ubuntu15.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id cf3sm2341542obc.1.2016.04.07.05.44.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Apr 2016 05:44:24 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 7 Apr 2016 07:44:22 -0500 Message-Id: <1460033062-23400-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic: init: comment out last local stage to avoid scan issues 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" Resolve bug https://bugs.linaro.org/show_bug.cgi?id=2168 by commenting out last stage setting in odp_init_local(). This will need to be uncommented if further stages are added in subsequent updates. Signed-off-by: Bill Fischofer Reviewed-by: Mike Holmes --- platform/linux-generic/odp_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux-generic/odp_init.c b/platform/linux-generic/odp_init.c index 11e2ec3..43ff742 100644 --- a/platform/linux-generic/odp_init.c +++ b/platform/linux-generic/odp_init.c @@ -253,7 +253,7 @@ int odp_init_local(odp_thread_type_t thr_type) ODP_ERR("ODP schedule local init failed.\n"); goto init_fail; } - stage = SCHED_INIT; + /* stage = SCHED_INIT; */ return 0;