From patchwork Thu Apr 28 15:06:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 66903 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp269716qge; Thu, 28 Apr 2016 08:06:59 -0700 (PDT) X-Received: by 10.107.31.129 with SMTP id f123mr18691357iof.180.1461856019601; Thu, 28 Apr 2016 08:06:59 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 38si127313ioq.102.2016.04.28.08.06.59; Thu, 28 Apr 2016 08:06:59 -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 EF1D5610F7; Thu, 28 Apr 2016 15:06:58 +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 3C44F6158A; Thu, 28 Apr 2016 15:06:51 +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 AC9B6615BE; Thu, 28 Apr 2016 15:06:49 +0000 (UTC) Received: from mail-qk0-f181.google.com (mail-qk0-f181.google.com [209.85.220.181]) by lists.linaro.org (Postfix) with ESMTPS id 43B26610F7 for ; Thu, 28 Apr 2016 15:06:44 +0000 (UTC) Received: by mail-qk0-f181.google.com with SMTP id r184so33030706qkc.1 for ; Thu, 28 Apr 2016 08:06: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; bh=ifCNAiipFmvj8tqEzyTdz5DqpUJNdStOG120TQm+n5Q=; b=VLQOWIq4fA6Im5o9hq6cggco54PftExQPklGmEoLy8oeYcrLtguhSaBAhNFywvGZXl cZDdH973s1zmkJeTsDQYvmMgek1+JjZkuYR4bg5006XHtk6OVoQkCE4Mum/z6UWoCLgU yg5O8s/323KtzQjOtS3gdB8x/LRSj7L0KknPEuQlL1QL7+H/GvT79ODVY3+YMp5DiqOP ASyL9vlzhk6+xL/LUhjFN4EYY0S5jvVeeRzJv7o5iWH7BbO0V9BylczTK+57KRx49jtM hmpqRgLr3JUDqKxunknayw6bO5Wgf+CeYKxogcSQUSkTF4n/7uDSSsHNJAy7TzDiicRf KY/g== X-Gm-Message-State: AOPr4FWyIv0PXd7aoqwoW9bK87Tmz+fh0F0IoadOXHDqjPbU3GrQmU/oPj9++Lw4Xu0OtDm4Jqc= X-Received: by 10.55.169.130 with SMTP id s124mr14607741qke.107.1461856003958; Thu, 28 Apr 2016 08:06:43 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id t81sm2943067qhc.11.2016.04.28.08.06.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 28 Apr 2016 08:06:43 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Thu, 28 Apr 2016 11:06:14 -0400 Message-Id: <1461855974-4986-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH v2] configure: display pktio support 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: Mike Holmes --- v2 list the pcap test interface (Matias) Note: a separate patch should name these consistently but that depends on the upcoming v1.10.0.0 changes which has a different set of incorrect names and ipc added configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index f88c36b..12c1165 100644 --- a/configure.ac +++ b/configure.ac @@ -233,6 +233,9 @@ AC_MSG_RESULT([ includedir: ${includedir} testdir: ${testdir} WITH_ARCH: ${WITH_ARCH} + pktio_dpdk_support: ${pktio_dpdk_support} + netmap_support: ${netmap_support} + have_pcap: ${have_pcap} cc: ${CC} cppflags: ${CPPFLAGS}