From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 51FF75683 for ; Wed, 4 Mar 2015 11:22:05 +0100 (CET) Received: by wggx13 with SMTP id x13so5398611wgg.4 for ; Wed, 04 Mar 2015 02:22:05 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=PUFtVxyXLT8wa8aOg4LADTs82TcaMe0/UyPvnedr/aM=; b=Fqft4yM19WVLpLerrC7ZpzlVSZP9rJ/q49CxSFHEA/33zXhcu32L1aC7+k4qrBnHK2 uL+4yCnH4YccWeX6klCLHaQZjsjF/V8IwR5GxMpkpGlzIDkstMeBCIxV8lFcwHo9onIT xsXI019yDHuM3Hp/bYh+3RpvTMVmvYvYpnxsK/+jqZyvcYoJHZ0sLvntGpk3lNbvKpU6 HJi8zAf1ITP29hzF1xj0I0ejgAPxEtMC3HWrVbdbNMAxitoft6lOes8qkVE+95I2Ltbh EnJ+u1NnUBS+FRUrvmd0gR4YJhf40SdlVnd32qLh0pzLQWdCvITbeS+lntPwXIDdHVxC Pchg== X-Gm-Message-State: ALoCoQkoXXNSyO5/1cmsHi+ulDyxvX0Sd4ZlLufSZ2vkxCjp+yr422GbWkf6d48J7/TMgoRMsXFW X-Received: by 10.180.92.136 with SMTP id cm8mr54946297wib.41.1425464525202; Wed, 04 Mar 2015 02:22:05 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fm10sm6429169wib.7.2015.03.04.02.22.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Mar 2015 02:22:04 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Wed, 04 Mar 2015 11:21:31 +0100 Message-ID: <4941902.kNu9iuLVGd@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1425396230-13379-1-git-send-email-thomas.monjalon@6wind.com> References: <1425396230-13379-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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: Wed, 04 Mar 2015 10:22:05 -0000 2015-03-03 16:23, Thomas Monjalon: > 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 Got acknowledgement from almost all concerned maintainers, thanks. Applied