From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/13] Introducing EAL Bus-Device-Driver Model Date: Wed, 07 Dec 2016 14:24:26 +0100 Message-ID: <1524529.OpOKghfniY@xps13> References: <1480846288-2517-1-git-send-email-shreyansh.jain@nxp.com> <1697fe66-962d-0848-5e68-615249b52dad@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mail-wj0-f180.google.com (mail-wj0-f180.google.com [209.85.210.180]) by dpdk.org (Postfix) with ESMTP id 776522B8E for ; Wed, 7 Dec 2016 14:24:28 +0100 (CET) Received: by mail-wj0-f180.google.com with SMTP id tg4so105317379wjb.1 for ; Wed, 07 Dec 2016 05:24:28 -0800 (PST) In-Reply-To: <1697fe66-962d-0848-5e68-615249b52dad@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-07 18:40, Shreyansh Jain: > Is there anything specific that you are looking for in patchset v2? > I was thinking of: > 0. fixing BSD compilation issue reported by CI > 1. improving the test_pci.c > 2. hotplugging > 3. trying to move PCI to drives/bus/pci/linux/* and resolving how > drivers link to it, and how EAL resources like devargs are consumed. I am concerned about the time needed for all these changes. Please let's make sure that the basic parts are well done and pushed, first. That's why I suggest to postpone 1, 2 and 3 to next release if possible. The priority is to have a clean bus model, and if time permits, integrate the NXP driver.