From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 00/13] rte_bus + rte_pci_bus Date: Wed, 18 Jan 2017 20:50:01 -0800 (PST) Message-ID: <13629468.ogX8pDT4pK@xps13> References: <1484748329-5418-1-git-send-email-shreyansh.jain@nxp.com> <1484801117-779-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 84136FB26 for ; Thu, 19 Jan 2017 05:50:02 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id r144so58689522wme.1 for ; Wed, 18 Jan 2017 20:50:02 -0800 (PST) In-Reply-To: <1484801117-779-1-git-send-email-thomas.monjalon@6wind.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" 2017-01-19 05:45, Thomas Monjalon: > Unfortunately, it is not ready to be integrated in 17.02. > More specifically: > - the tests need some review/rework > - the PCI implementation requires more work > - the documentation must be updated > > However there are some new buses waiting for the bus abstraction, > which is simple and good enough. > That's why I have isolated the generic bus model in first patches > and will apply them in 17.02-rc1. It will allow to base new buses > on top of rte_bus. > > > Shreyansh Jain (13): > bus: introduce bus abstraction > bus: add scanning > bus: add probing First 3 patches applied. I'll continue to work with Shreyansh on PCI implementation. Some help is required to convert VDEV into a bus driver. > app/test: check bus registration > app/test: check bus scan > app/test: check bus probe > pci: split match and probe > pci: remove loop over drivers in device detach > pci: add bus driver > app/test: add PCI bus driver > pci: use bus driver for scan/probe > pci: use bus driver for attach/detach > doc: remove deprecation notice for rte_bus