From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH v9 08/25] drivers: convert all pdev drivers as pci drivers Date: Mon, 12 Sep 2016 09:16:23 +0200 Message-ID: References: <1466510566-9240-1-git-send-email-shreyansh.jain@nxp.com> <1473257297-7221-1-git-send-email-shreyansh.jain@nxp.com> <1473257297-7221-9-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: "dev@dpdk.org" , hemant.agrawal@nxp.com To: Shreyansh Jain Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 927342A58 for ; Mon, 12 Sep 2016 09:16:44 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id a6so38244005wmc.0 for ; Mon, 12 Sep 2016 00:16:44 -0700 (PDT) In-Reply-To: <1473257297-7221-9-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 Wed, Sep 7, 2016 at 4:08 PM, Shreyansh Jain wrote: > Simplify crypto and ethdev pci drivers init by using newly introduced > init macros and helpers. > Those drivers then don't need to register as "rte_driver"s anymore. > > Exceptions: > - virtio and mlx* use RTE_INIT directly as they have custom initialization > steps. Afaics, we are missing some DRIVER_EXPORT_NAME for those. > - VDEV devices are not modified - they continue to use PMD_REGISTER_DRIVER. > > Signed-off-by: David Marchand > Signed-off-by: Shreyansh Jain -- David Marchand