From patchwork Wed Jun 7 23:59:03 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: 25168 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 999997D7B; Thu, 8 Jun 2017 01:59:43 +0200 (CEST) Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id ACDB77CB4 for ; Thu, 8 Jun 2017 01:59:27 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id d73so20772650wma.0 for ; Wed, 07 Jun 2017 16:59:27 -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=d/j4UJiCDEHQdJkxfdMqnPnB9L6GWKNtG/Mf+NvYe5k=; b=xlNhDsIKeK/6NoMd7yXX7ZEIX8SStbFAfb2DFiJyX0d6y7drtxLPvjzDvqvulHbRFN lH+mPUKDiYrEdKnhP6blnON1fzy8Kc6/BK74+qOTdTaTrKUOCHVmI/r1a8rwVIgL4ID4 GpJNdpsjZnAynHNARgiRdr7fp2c35eryNA1tmIX2p1590+C2sqlLlFa39Dng1WRZ9nyG hFV8n2oQcHcRMy/CBvdbEzZahn3Z5QNa+3Xe7yDxaywOk6pyQXhxjnVZ5TTpLs/y3tQ2 Fp6MTorOcVtUDELmFXxrGgOZnhK9VXdxpbsZEG2/HOPoff0HTXX6SLrnKK+9uUzjypfb 91PA== 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=d/j4UJiCDEHQdJkxfdMqnPnB9L6GWKNtG/Mf+NvYe5k=; b=lsWr6tS+9H5cA7lLBPma1ofNOhPyPKinASLryuh/Ps1UUHb6hdNrxYgBus53S3zuRP NZDD7vWORspTmpMLcvZn1L5ZqHhM+IaWP4AYpJxm/lIvbG5ahnRbFTZgprw37Jqutdl+ s8KbC1t/s20Kx1lVLkSo+lI3fNKh6Th4tkmser8L+ng6n0GncQkt+TzRWWtBHUbRGa0s xE6GXOseTHYokTMpIDmlkwDfqlT/4+uCoA+5jVjG4EnD4qWKaUGVWQoPzhwjVuB2zINb sZ5PRX9xOexsB3AQbE44foTwe9oDKij4YnlyRRE3+wedj280nmix6oHKAqk8neHOLdQT Vl7w== X-Gm-Message-State: AODbwcAjPV4+VuhilcUPSrt7TgNGGHeIuOm9WpvP/hJpfvTgo5R0Y2QV PTSBy+9MhuH85o2oyUM= X-Received: by 10.28.32.8 with SMTP id g8mr1254820wmg.117.1496879967052; Wed, 07 Jun 2017 16:59:27 -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 p78sm3035416wmg.5.2017.06.07.16.59.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Jun 2017 16:59:26 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 8 Jun 2017 01:59:03 +0200 Message-Id: <87a12a85ab782a5995100ea1e2ae80a2c7e0ec5e.1496877060.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 v2 07/12] 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" 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 cade611..8ec5e4e 100644 --- a/config/common_base +++ b/config/common_base @@ -700,7 +700,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