numam-dpdk/drivers/net/bnxt
Shreyansh Jain 01f1922786 drivers: rename register macro prefix
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@nxp.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-10-14 01:49:32 +02:00
..
bnxt_cpr.c net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
bnxt_cpr.h
bnxt_ethdev.c drivers: rename register macro prefix 2016-10-14 01:49:32 +02:00
bnxt_filter.c net/bnxt: support hotplug 2016-09-30 12:27:18 +02:00
bnxt_filter.h
bnxt_hwrm.c net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
bnxt_hwrm.h net/bnxt: support NIC Partitioning 2016-09-30 12:27:18 +02:00
bnxt_irq.c net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
bnxt_irq.h net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
bnxt_ring.c
bnxt_ring.h
bnxt_rxq.c
bnxt_rxq.h
bnxt_rxr.c
bnxt_rxr.h
bnxt_stats.c net/bnxt: refactor for 1.5.1 HWRM API 2016-09-30 12:27:18 +02:00
bnxt_stats.h
bnxt_txq.c
bnxt_txq.h
bnxt_txr.c
bnxt_txr.h
bnxt_vnic.c net/bnxt: ensure entry length is unsigned 2016-10-13 15:30:59 +02:00
bnxt_vnic.h
bnxt.h net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
hsi_struct_def_dpdk.h net/bnxt: update struct definitions for 1.5.1 HWRM API 2016-09-30 12:27:18 +02:00
Makefile net/bnxt: support async link notification 2016-10-13 15:30:59 +02:00
rte_pmd_bnxt_version.map