From mboxrd@z Thu Jan 1 00:00:00 1970 From: viktorin@rehivetech.com Subject: Re: [PATCH v6 01/17] pci: no need for dynamic tailq init Date: Thu, 14 Jul 2016 19:11:48 +0200 Message-ID: <20160714191148.3562d3b2@jvn> References: <1466510566-9240-1-git-send-email-shreyansh.jain@nxp.com> <1468303282-2806-1-git-send-email-shreyansh.jain@nxp.com> <1468303282-2806-2-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: , , To: Shreyansh Jain Return-path: Received: from wes1-so1.wedos.net (wes1-so1.wedos.net [46.28.106.15]) by dpdk.org (Postfix) with ESMTP id 2671D3977 for ; Thu, 14 Jul 2016 19:11:42 +0200 (CEST) In-Reply-To: <1468303282-2806-2-git-send-email-shreyansh.jain@nxp.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 Tue, 12 Jul 2016 11:31:06 +0530 Shreyansh Jain 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 > Signed-off-by: Shreyansh Jain > --- Tested-by: Jan Viktorin