[dpdk-dev] [PATCH v3] drivers: prefix driver REGISTER macro with RTE PMD
Thomas Monjalon
thomas.monjalon at 6wind.com
Fri Oct 14 01:45:32 CEST 2016
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 <shreyansh.jain at nxp.com>
Applied, thanks
More information about the dev
mailing list