From patchwork Wed Mar 23 18:37:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 64252 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp199108lbc; Wed, 23 Mar 2016 11:45:29 -0700 (PDT) X-Received: by 10.107.38.201 with SMTP id m192mr4942807iom.2.1458758729335; Wed, 23 Mar 2016 11:45:29 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id j8si5434883igt.70.2016.03.23.11.45.28; Wed, 23 Mar 2016 11:45:29 -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 Received: by lists.linaro.org (Postfix, from userid 109) id CB9CF617AD; Wed, 23 Mar 2016 18:45:28 +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 6C0FD617D6; Wed, 23 Mar 2016 18:44:52 +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 CC50F61795; Wed, 23 Mar 2016 18:44:44 +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 8FD3B6173D for ; Wed, 23 Mar 2016 18:44:43 +0000 (UTC) Received: by mail-lf0-f52.google.com with SMTP id q73so15705481lfe.2 for ; Wed, 23 Mar 2016 11:44:43 -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=5lyTEGtO0ZAOdI2IwD62TqcU40BQkq+hKQ5oJ693zcc=; b=FecsrtejKne9LxM7Fb1hMLoaq+Nppp1bIUndlL3noOJjnefE7RnFghLwShipKv2T/x VQvjTawHEH43W3QlSMpmia3sxhSo6J0SXKv+AbMtRa9HUhHs+aLsqPAagZBs3pVJChq6 KFL24BCUq4IExE1mSitRldA3PovdD9lYzPAU6YtO3wCkUDExlSvLL0BnvC1dArd4sStH EMg2PlWP7tlYGGR417/5PnevDIZsW9zm1vPlWBEouFo/ImedKo/f3cd1RfI6ZNB7arvS TqttUP/q3S2+RM0IWXvJ+2JhToIDUKgndFURKNBOh91GcHBpmvI2xqEFs/xboMVsDRNJ WJGg== X-Gm-Message-State: AD7BkJL/wkeCQiXBzAoZtXJ9oDc45JAg8qY3PSDX6IN9itYbcRT9ekV6W1TVXv4WYpuCB6mQnLs= X-Received: by 10.25.148.208 with SMTP id w199mr1896649lfd.124.1458758682480; Wed, 23 Mar 2016 11:44:42 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id h188sm583012lfd.14.2016.03.23.11.44.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Mar 2016 11:44:41 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Wed, 23 Mar 2016 19:37:25 +0100 Message-Id: <1458758254-4703-2-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1458758254-4703-1-git-send-email-anders.roxell@linaro.org> References: <1458758254-4703-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH 01/10] linux-generic: m4: netmap: set netmap_support=no 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" Conform with other m4 files Signed-off-by: Anders Roxell --- configure.ac | 5 ----- platform/linux-generic/m4/odp_netmap.m4 | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 6ad1bfc..4bf93f9 100644 --- a/configure.ac +++ b/configure.ac @@ -82,11 +82,6 @@ AC_SUBST([platform_with_platform], ["platform/${with_platform}"]) AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"]) ########################################################################## -# Prepare default values for platform specific optional features -########################################################################## -netmap_support=no - -########################################################################## # Run platform specific checks and settings ########################################################################## if test "${with_platform}" == "linux-generic"; diff --git a/platform/linux-generic/m4/odp_netmap.m4 b/platform/linux-generic/m4/odp_netmap.m4 index d39301f..880e9d5 100644 --- a/platform/linux-generic/m4/odp_netmap.m4 +++ b/platform/linux-generic/m4/odp_netmap.m4 @@ -1,6 +1,7 @@ ########################################################################## # Enable netmap support ########################################################################## +netmap_support=no AC_ARG_ENABLE([netmap_support], [ --enable-netmap-support include netmap IO support], [if test x$enableval = xyes; then