From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/7] fix build with debug enabled Date: Wed, 04 Mar 2015 11:21:31 +0100 Message-ID: <4941902.kNu9iuLVGd@xps13> References: <1425396230-13379-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1425396230-13379-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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