From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] drivers: prefix driver REGISTER macro with RTE PMD Date: Fri, 14 Oct 2016 01:45:32 +0200 Message-ID: <105458063.dSgsiULxX7@xps13> References: <1475949668-26829-1-git-send-email-shreyansh.jain@nxp.com> <1476078195-29985-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: david.marchand@6wind.com, dev@dpdk.org, nhorman@tuxdriver.com To: Shreyansh Jain Return-path: Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by dpdk.org (Postfix) with ESMTP id 8B105590B for ; Fri, 14 Oct 2016 01:45:34 +0200 (CEST) Received: by mail-lf0-f42.google.com with SMTP id b81so159764967lfe.1 for ; Thu, 13 Oct 2016 16:45:34 -0700 (PDT) In-Reply-To: <1476078195-29985-1-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" 2016-10-10 11:13, Shreyansh Jain: > All macros related to driver registeration renamed from DRIVER_* > to RTE_PMD_* > > This includes: > > DRIVER_REGISTER_PCI -> RTE_PMD_REGISTER_PCI > DRIVER_REGISTER_PCI_TABLE -> RTE_PMD_REGISTER_PCI_TABLE > DRIVER_REGISTER_VDEV -> RTE_PMD_REGISTER_VDEV > DRIVER_REGISTER_PARAM_STRING -> RTE_PMD_REGISTER_PARAM_STRING > DRIVER_EXPORT_* -> RTE_PMD_EXPORT_* > > Fix PMDINFOGEN tool to look for matches of RTE_PMD_REGISTER_*. > > Signed-off-by: Shreyansh Jain Applied, thanks