From patchwork Tue Mar 29 18:23: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: 64616 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp2180457lbc; Tue, 29 Mar 2016 11:34:42 -0700 (PDT) X-Received: by 10.140.86.112 with SMTP id o103mr4927315qgd.9.1459276481646; Tue, 29 Mar 2016 11:34:41 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 3si16072qky.59.2016.03.29.11.34.41; Tue, 29 Mar 2016 11:34:41 -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 17EF66186C; Tue, 29 Mar 2016 18:34:41 +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 9B9CA618CD; Tue, 29 Mar 2016 18:32:05 +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 15D7D6186F; Tue, 29 Mar 2016 18:31:16 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id 5974F61895 for ; Tue, 29 Mar 2016 18:30:51 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id e133so18886412lfe.3 for ; Tue, 29 Mar 2016 11:30:51 -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=LuVihNgziA4dsXMp5XmwWkcu9xhFmXliotb/OWJukVU=; b=Nx+UESTkBoDvcdGDyBhwQQifi1ZzaDszc1fUDRwgXml7RNOfw95zWHdth7M8TUs4H/ Xjsmiokcn2RaIfJqlrcurRlCPwSvLr48Hupgd013oHAAiN5soACHRnPEUUBZwQxrabEE GvwIRvd5syEGFOl6F82VH4VqYmRuTvvFGF+Z+yiKoMyWLABOHaBqmM8DB5WLJ/tgnc53 EZLNGm1nSfZ0QtsqQBkbeCSEzz+BRGWpWx64g2idsWXAq8hCCyGFDAuOcNoCt7U2QVgy DFa8m5o6IXW5BxXBIs3ys5nH8dXHVWokE7roQL2TdhT2G+6VALPgOVp6PdxPSV9Hfm5+ hyBw== X-Gm-Message-State: AD7BkJLr5i2ukvXccGeYsS6A4nP+a3Vzp42vO+PEMnWC6dBMvatCG2SY3V687BWhq+R/vJwv9+M= X-Received: by 10.25.89.199 with SMTP id n190mr1945030lfb.16.1459276250226; Tue, 29 Mar 2016 11:30:50 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id pe7sm1416lbc.14.2016.03.29.11.30.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Mar 2016 11:30:49 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Tue, 29 Mar 2016 20:23:25 +0200 Message-Id: <1459275814-19876-2-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1459275814-19876-1-git-send-email-anders.roxell@linaro.org> References: <1459275814-19876-1-git-send-email-anders.roxell@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv2 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 | 1 - platform/linux-generic/m4/odp_netmap.m4 | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 31d4d32..7b92a7f 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,6 @@ AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"]) ########################################################################## # Prepare default values for platform specific optional features ########################################################################## -netmap_support=no pktio_dpdk_support=no ########################################################################## 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