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 <shreyansh.jain at nxp.com> > > -- > 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