From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by dpdk.org (Postfix) with ESMTP id 2E0D35A74 for ; Tue, 3 Mar 2015 16:24:28 +0100 (CET) Received: by wevl61 with SMTP id l61so3603984wev.0 for ; Tue, 03 Mar 2015 07:24:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; bh=gZ8IgvvcBldHdO9CiJa6YvZ/ldF/j64pECi/K+JQ8Vg=; b=C9FpisqDMvhE85fYQ293hBZMBofjfznjEdkVAhinSTLGqpFjT1QjDcGYKQs8cMvpj4 5lRKJFp+XaDv+IfU4wuVU7ZP3GxJ+8OA42GpWcJLK9cjDhsPR+SZTnwb1GmBS/qWiZ9P +WlmJM70J9V4NMSqy9RI9gLOnod9RU6AzqKiEMA4ICHVxd5XPgWGTHtw52U2lZuPjeS+ yIsFgJC2kC8t9PG/ZVlDXYYRG+C5W5ncxvqHr0mQ1G0aKYONrYzET3JDPDF5F3qaxYCx LRRoYvbwpbosVMdmpOzAQQOQ1qn5RxMDBStRu0rXIX4HzpbYUhujkeWt0QPND9AR67A4 MpyA== X-Gm-Message-State: ALoCoQk5gxDVkOiLQCDQ6D76YPIX86PWcdKrnnRvWuMVY3tLjyPYNWCfvrkqJbefiNa4aKkPSGIb X-Received: by 10.194.134.169 with SMTP id pl9mr32581399wjb.67.1425396267939; Tue, 03 Mar 2015 07:24:27 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id gf11sm2889236wic.18.2015.03.03.07.24.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 Mar 2015 07:24:27 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 3 Mar 2015 16:23:43 +0100 Message-Id: <1425396230-13379-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/7] fix build with debug enabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 15:24:28 -0000 There are some compilation errors when debug options are enabled. We should start thinking to test every patch with an all-yes configuration. Unfortunately, we cannot force this kind of configuration because some libraries depend on the availability of some libraries. Thomas Monjalon (7): mempool: fix build with debug enabled fm10k: fix build with debug enabled virtio: fix build with mempool debug enabled virtio: fix build with debug enabled mlx4: fix build with mempool debug enabled mlx4: mute auto config in quiet mode bond: remove debug function to fix link with shared lib examples/bond/main.c | 5 ----- lib/librte_eal/common/include/rte_pci.h | 2 +- lib/librte_mempool/rte_mempool.h | 8 ++++---- lib/librte_pmd_bond/rte_eth_bond_pmd.c | 13 ------------- lib/librte_pmd_fm10k/fm10k_logs.h | 2 ++ lib/librte_pmd_mlx4/Makefile | 10 +++++++--- lib/librte_pmd_mlx4/mlx4.c | 22 ++++++++++------------ lib/librte_pmd_virtio/Makefile | 2 -- lib/librte_pmd_virtio/virtio_ethdev.c | 10 +++------- 9 files changed, 27 insertions(+), 47 deletions(-) -- 2.2.2