From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/12] Rework vdev probing to use rte_bus infrastructure Date: Fri, 14 Apr 2017 14:21:25 +0200 Message-ID: <5740190.4B3SHT1Z2L@xps13> References: <1488797809-12917-1-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet , Jan Blunck Return-path: Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by dpdk.org (Postfix) with ESMTP id 4FEEA11F5 for ; Fri, 14 Apr 2017 14:21:26 +0200 (CEST) Received: by mail-wr0-f173.google.com with SMTP id z109so50268775wrb.1 for ; Fri, 14 Apr 2017 05:21:26 -0700 (PDT) In-Reply-To: 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-04-11 17:44, Gaetan Rivet: > I have rebased the work done by Jan to introduce the virtual device > subsystem using the new rte_bus API. > I also fixed a few outstanding compilation issues, related to PMDs introduced > during this release. > Additionally, a few virtual devices had not been ported to use the new > rte_vdev_device that had been introduced in previous versions. > > This patchset depends on: > http://dpdk.org/dev/patchwork/patch/20416/ > http://dpdk.org/dev/patchwork/patch/20417/ > > Changes since version 4: > * Fix compilation issues for several virtual devices > > Gaetan Rivet (3): > net/kni: use generic vdev for probe and remove > crypto: use generic vdev for probe and remove > event: use generic vdev for probe and remove > > Jan Blunck (9): > eal: probe new virtual bus after other bus devices > eal: move virtual device probing into a bus > eal: remove unused rte_eal_dev_init() > eal: Refactor vdev driver probe/remove > eal: add struct rte_vdev_device > eal: add virtual device name helper function > eal: add virtual device arguments helper function > eal: make virtual bus use rte_vdev_device > eal: make virtual driver probe and remove take rte_vdev_device The 3 additional patches from Gaetan are squashed with the EAL change to fix compilation of every drivers. Applied, thanks The vdev bus still needs to be registered with RTE_REGISTER_BUS.