numam-dpdk/drivers/net/i40e
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
..
base net/i40e/base: support FCoE 2016-09-30 12:27:18 +02:00
i40e_ethdev_vf.c drivers: rename register macro prefix 2016-10-14 01:49:32 +02:00
i40e_ethdev.c drivers: rename register macro prefix 2016-10-14 01:49:32 +02:00
i40e_ethdev.h net/i40e: enable 25G device 2016-09-30 12:27:18 +02:00
i40e_fdir.c net/i40e: add packet type translation for X722 2016-09-30 12:27:18 +02:00
i40e_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
i40e_pf.c net/i40e: support floating VEB 2016-06-29 17:28:21 +02:00
i40e_pf.h
i40e_regs.h i40e: add EEPROM and registers dumping 2016-03-16 17:48:48 +01:00
i40e_rxtx_vec.c net/i40e: enable bad checksum flags in vector Rx 2016-10-13 15:30:59 +02:00
i40e_rxtx.c net/i40e: implement new Rx checksum flag 2016-10-14 01:41:39 +02:00
i40e_rxtx.h net/i40e: add packet type metadata in vector Rx 2016-10-13 15:30:59 +02:00
Makefile net/i40e: add floating VEB option 2016-06-29 17:28:31 +02:00
rte_pmd_i40e_version.map