From patchwork Tue Feb 7 02:35:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yi He X-Patchwork-Id: 93499 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp1998971qgi; Mon, 6 Feb 2017 18:35:41 -0800 (PST) X-Received: by 10.233.239.17 with SMTP id d17mr11807684qkg.13.1486434941126; Mon, 06 Feb 2017 18:35:41 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id v7si1912484qta.64.2017.02.06.18.35.40; Mon, 06 Feb 2017 18:35:41 -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 sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 5512B608A9; Tue, 7 Feb 2017 02:35:40 +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 C92266068C; Tue, 7 Feb 2017 02:35:36 +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 582D76085F; Tue, 7 Feb 2017 02:35:34 +0000 (UTC) Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by lists.linaro.org (Postfix) with ESMTPS id 76DB360682 for ; Tue, 7 Feb 2017 02:35:33 +0000 (UTC) Received: by mail-pg0-f50.google.com with SMTP id v184so33800407pgv.3 for ; Mon, 06 Feb 2017 18:35:33 -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=70ndm6GIDB4T0/yJeoyBZCWU9r5X/uHSrJ3tQQd62hI=; b=CDqqP4FxCHWzFHJnAIYDqIZB2UMgJwKD8sXbwM880k7yneweCSWDQnE9nENoetDWrs gjY5NF2pqOyXKTS+YVJiFFxryGiw6tzOeRvwfwb4DGreruOGA5wW+ggjnlOaHaVeQlLI UgFIMelLX+MCb3an5oF9fYziDrp3/R7cdFqimQ2nYosQ0n38M1gRSCYlovjGQXUoLvmY nNSgaPkyxAed3oMiLpeTgBnwVcwZFmdLMK7zFPrGOaxnW3Kc/n7hNWyb5W0WQZyq06g2 8JcyrocgBAwpLsq1RKBHdPbBLQP5fnhOqONvO2KmuQR57jvVyYtuo6XQETtJ5921JJGI KHXQ== X-Gm-Message-State: AIkVDXLI4zwxYSaJ4e28iQrJOG3hWX+R9L0b5SZmf8rvRV9YGdf1uBCBQGa8qdSJP/MqeKfBbDU= X-Received: by 10.84.214.150 with SMTP id j22mr22319197pli.23.1486434932787; Mon, 06 Feb 2017 18:35:32 -0800 (PST) Received: from ubuntu.heyii.co (ubuntu.heyii.co. [45.32.66.203]) by smtp.googlemail.com with ESMTPSA id u28sm5838448pgo.20.2017.02.06.18.35.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Feb 2017 18:35:32 -0800 (PST) From: Yi He To: bill.fischofer@linaro.org, lng-odp@lists.linaro.org Date: Tue, 7 Feb 2017 02:35:17 +0000 Message-Id: <1486434917-1944-1-git-send-email-yi.he@linaro.org> X-Mailer: git-send-email 1.9.1 Subject: [lng-odp] [API-NEXT PATCH] linux-gen: fix odp_schedule.m4 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" Fixed configure script when enables schedule option schedule-iquery=yes or schedule-sp=yes: command not found Signed-off-by: Yi He --- platform/linux-generic/m4/odp_schedule.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 diff --git a/platform/linux-generic/m4/odp_schedule.m4 b/platform/linux-generic/m4/odp_schedule.m4 index 2dcc9a7..91c19f2 100644 --- a/platform/linux-generic/m4/odp_schedule.m4 +++ b/platform/linux-generic/m4/odp_schedule.m4 @@ -1,13 +1,13 @@ AC_ARG_ENABLE([schedule-sp], [ --enable-schedule-sp enable strict priority scheduler], [if test x$enableval = xyes; then - schedule-sp=yes + schedule_sp_enabled=yes ODP_CFLAGS="$ODP_CFLAGS -DODP_SCHEDULE_SP" fi]) AC_ARG_ENABLE([schedule-iquery], [ --enable-schedule-iquery enable interests query (sparse bitmap) scheduler], [if test x$enableval = xyes; then - schedule-iquery=yes + schedule_iquery_enabled=yes ODP_CFLAGS="$ODP_CFLAGS -DODP_SCHEDULE_IQUERY" fi])