From patchwork Thu Jun 1 10:14:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 24977 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id DB4ED7D9A; Thu, 1 Jun 2017 12:15:02 +0200 (CEST) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 21B087D22 for ; Thu, 1 Jun 2017 12:14:51 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id 123so2866900wmg.1 for ; Thu, 01 Jun 2017 03:14:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=gvzLAgbiFOqVcIIQTTDTnoDFJKL8jpX8AgYBdyB4fa8=; b=QNSx0wsDfTWc8x9JVg5KxSy7oadmoEUoP6iPwkodGmrUs/woCYbdo75B9sZB6nZ4R/ Ok32GfGPKtSwRQhtlcYve4/u500ZGLaaon13FJjbjfCsw8givyaZW4fOJOaljwXMrt7Z jLvki8L8MI9CJ4BW4GrkzXIkP9YP7+Rjobairu2a6mRzjiec5Jsa+shcT260CKppRycA PqHsPYqnBDODF6tJtXm2UlIayaatk/1h45E8MIfZDY9lYTmGkc6BnpZivw9zCyLvRmM+ elqAp2N9w+J/d0mJcCKr9slUYMYtiprX3oog57gsDtlWHpbJgqqvMJvwdNjSGoRNIPIL PqRw== 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:in-reply-to :references:in-reply-to:references; bh=gvzLAgbiFOqVcIIQTTDTnoDFJKL8jpX8AgYBdyB4fa8=; b=EEJlUex1Ad2kNGQ+kEdRTNrbvvDZjgXM5NM4V+cMiDoX4WZDu4Zif3zBrHo6xqr5Hs r9UOEJEGLj+bvh8xicUPczFriYRyKJxQ4pVWMC16iuDqndytacU1rwraEF4U+yAycbE0 pqzbM0xjotNb6me1xp1Q6oa+uPMdFvXhpvrJdNSNGvMG/AZzj+OAb6+0IZx5fJx8xbbg 3CeLotj5pc8XMR4pE8PPIXpW6iDKCQPuRKd2ujaZxrOUVtf/7iTSnpkDoUtOEE3ORU3M ZBpC455ffMqL28nDp0Sc7AodO/P0BkWllj5PLPl1EWHv1TFuhoruU0exVnYrlxRZzWyR +NeQ== X-Gm-Message-State: AODbwcCC6kQ0nJmzHgfli7QJTIHIc7EeCb8uSfm53oH3rvpgkekAY/94 4yAc4qZBg2zW9T4C4eM= X-Received: by 10.28.6.213 with SMTP id 204mr8731040wmg.15.1496312090572; Thu, 01 Jun 2017 03:14:50 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f70sm27475266wmd.25.2017.06.01.03.14.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Jun 2017 03:14:49 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet , Reshma Pattan Date: Thu, 1 Jun 2017 12:14:30 +0200 Message-Id: <69f78467c4497488b3495d869ea78d4394c7200d.1496308649.git.gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 6/8] pdump: disabled by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The pdump library has a dependency on the PCI bus. Moving the PCI bus out of the EAL breaks its compilation. Signed-off-by: Gaetan Rivet --- config/common_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_base b/config/common_base index 9f94956..f035ea6 100644 --- a/config/common_base +++ b/config/common_base @@ -702,7 +702,7 @@ CONFIG_RTE_KNI_PREEMPT_DEFAULT=y # # Compile the pdump library # -CONFIG_RTE_LIBRTE_PDUMP=y +CONFIG_RTE_LIBRTE_PDUMP=n # # Compile vhost user library