From mboxrd@z Thu Jan 1 00:00:00 1970 From: viktorin@rehivetech.com Subject: Re: [PATCH 1/9] pci: no need for dynamic tailq init Date: Mon, 8 Feb 2016 11:32:35 +0100 Message-ID: <20160208113235.2f3b29e6@jvn> References: <1454076516-21591-1-git-send-email-david.marchand@6wind.com> <1454076516-21591-2-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: David Marchand Return-path: Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) by dpdk.org (Postfix) with ESMTP id E0A67559C for ; Mon, 8 Feb 2016 11:32:37 +0100 (CET) In-Reply-To: <1454076516-21591-2-git-send-email-david.marchand@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 29 Jan 2016 15:08:28 +0100 David Marchand wrote: > These lists can be initialized once and for all at build time. > With this, those lists are only manipulated in a common place > (and we could even make them private). > > A nice side effect is that pci drivers can now register in constructors. > > Signed-off-by: David Marchand Reviewed-by: Jan Viktorin