From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v1] drivers: prefix driver REGISTER macro with RTE EAL Date: Sat, 8 Oct 2016 23:32:24 +0530 Message-ID: <16200084-48ba-916b-8c4d-434f4c053a97@nxp.com> References: <1475847187-28967-1-git-send-email-shreyansh.jain@nxp.com> <1475949668-26829-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , To: Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0052.outbound.protection.outlook.com [104.47.32.52]) by dpdk.org (Postfix) with ESMTP id 135ED590B for ; Sat, 8 Oct 2016 20:02:34 +0200 (CEST) In-Reply-To: <1475949668-26829-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" On 10/8/2016 11:31 PM, Shreyansh Jain wrote: > 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 exact matches of RTE_PMD_REGISTER_PCI and > RTE_PMD_REGISTER_VDEV. > > Signed-off-by: Shreyansh Jain > > -- > Changes since v0: > - expand replacement to DRIVER_EXPORT_* > - merge all changes into single commit > - checkpatch fixes [...] Incorrect patch headline (RTE EAL in place of RTE PMD) Self-NACK