From patchwork Wed Mar 23 18:37:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 64253 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp199499lbc; Wed, 23 Mar 2016 11:46:04 -0700 (PDT) X-Received: by 10.107.8.160 with SMTP id h32mr5221249ioi.15.1458758764334; Wed, 23 Mar 2016 11:46:04 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id dl3si22654520igc.82.2016.03.23.11.46.03; Wed, 23 Mar 2016 11:46:04 -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 BFF5961830; Wed, 23 Mar 2016 18:46:03 +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 CF1D4617FF; Wed, 23 Mar 2016 18:44:55 +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 034C2617BF; Wed, 23 Mar 2016 18:44:47 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.linaro.org (Postfix) with ESMTPS id DC35B6173D for ; Wed, 23 Mar 2016 18:44:44 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id q73so15705936lfe.2 for ; Wed, 23 Mar 2016 11:44:44 -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=fEmP9Oo7MAmUsS+6JioX0+CPA8zN0S7nvjpoLpk5Yl0=; b=CPoUQL0VU+q9imeJcMx+93D2inlsxTMUOcxpK3qP0pAGGHHQZCpYkT9TikVeaK2Zg8 vKIaWP7W1jurgXtTLr+UwS9Ga9VqOUNQGGhQCyW/k1CePX/Pf7OLeJ+DHKmxRlQH5bxE jwtJLand+zbsCvmAvA2w5153vwb6TGYQsig92rqw26iOBvO7O9RyR1cG8jksCUuD00CM DuO7/t8BCr6+d7t/oWoVPVCz0Y41St1COx0F3Yx1f7vSsidZTlnecingK7cUeh3kEE5k c8BA4lj6nRZ/bF/AdD9Pu6hiWkPG138cmnrBMZ0K9mHaeH2CfggnV+sezGILsUwq+gdz 7ELQ== X-Gm-Message-State: AD7BkJIeZ+110RVLsD8Ap3yGZYNUuIu+FGb1TTmwi5wXutMJxM8IjV/0dk3mii+9YqIaa6mWRrU= X-Received: by 10.25.206.135 with SMTP id e129mr1888492lfg.46.1458758683863; Wed, 23 Mar 2016 11:44:43 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id k190sm575537lfb.20.2016.03.23.11.44.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Mar 2016 11:44:43 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Wed, 23 Mar 2016 19:37:26 +0100 Message-Id: <1458758254-4703-3-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 02/10] linux-generic: m4: dpdk: fix to conform with other m4 files 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" Signed-off-by: Anders Roxell --- configure.ac | 1 + platform/linux-generic/m4/odp_dpdk.m4 | 1 + 2 files changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 4bf93f9..c2f8caa 100644 --- a/configure.ac +++ b/configure.ac @@ -95,6 +95,7 @@ fi ########################################################################## # Set conditionals as computed within platform specific files ########################################################################## +AM_CONDITIONAL([dpdk_support], [test x$dpdk_support = xyes ]) AM_CONDITIONAL([netmap_support], [test x$netmap_support = xyes ]) AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes]) diff --git a/platform/linux-generic/m4/odp_dpdk.m4 b/platform/linux-generic/m4/odp_dpdk.m4 index 7fa3387..f85a185 100644 --- a/platform/linux-generic/m4/odp_dpdk.m4 +++ b/platform/linux-generic/m4/odp_dpdk.m4 @@ -1,6 +1,7 @@ ########################################################################## # Enable DPDK support ########################################################################## +dpdk_support=no AC_ARG_ENABLE([dpdk_support], [ --enable-dpdk-support include dpdk IO support], [if test x$enableval = xyes; then