From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/17] prepare for rte_device / rte_driver Date: Thu, 16 Jun 2016 11:19:59 +0200 Message-ID: <1810664.yLo38W7veq@xps13> References: <1454076516-21591-1-git-send-email-david.marchand@6wind.com> <1620661.VgMl8ZQWnK@xps13> <20160616082338.5857363.60439.5141@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Shreyansh Jain , David Marchand , dev@dpdk.org, "Iremonger, Bernard" To: Jan Viktorin Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A23CAC53A for ; Thu, 16 Jun 2016 11:20:01 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id a66so48355664wme.0 for ; Thu, 16 Jun 2016 02:20:01 -0700 (PDT) In-Reply-To: <20160616082338.5857363.60439.5141@rehivetech.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" 2016-06-16 10:23, Jan Viktorin: > I think, we should consider to move it to somebody else. I would work on it, however, I don't see all the tasks that are to be done. That's why I was waiting to finalize those patchs by David or Thomas. For me, the important things were to generalize certain things to remove dependency on PCI. This is mostly done (otherwise the SoC patchset couldn't be done in the way I've posted it). > > Now, there is some pending work to remove pmd_type. Next, to find out some generalization of rte_pci_device/driver to create rte_device/driver (I've posted several suggestions in the 0000 of SoC patchset). > > What more? We need a clean devargs API in EAL, not directly related to hotplug. Then the hotplug can benefit of the devargs API as any other device config. The EAL resources (also called devices) need an unique naming convention.