numam-dpdk/drivers/net/mlx5
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
..
Makefile net/mlx5: support Mellanox OFED 3.4 2016-09-30 12:27:18 +02:00
mlx5_defs.h net/mlx: align drivers to latest naming convention 2016-10-13 15:30:59 +02:00
mlx5_ethdev.c net/mlx5: reduce memory overhead of Rx/Tx descriptors 2016-09-30 12:27:18 +02:00
mlx5_fdir.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_mac.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_mr.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_prm.h net/mlx5: support Mellanox OFED 3.4 2016-09-30 12:27:18 +02:00
mlx5_rss.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_rxmode.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_rxq.c net/mlx5: fix Rx function selection 2016-10-13 15:30:59 +02:00
mlx5_rxtx.c net/mlx5: return RSS hash result in mbuf 2016-10-13 15:30:59 +02:00
mlx5_rxtx.h net/mlx5: return RSS hash result in mbuf 2016-10-13 15:30:59 +02:00
mlx5_stats.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_trigger.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5_txq.c net/mlx5: reduce memory overhead for WQE handling 2016-09-30 12:27:18 +02:00
mlx5_utils.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
mlx5_vlan.c net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
mlx5.c drivers: rename register macro prefix 2016-10-14 01:49:32 +02:00
mlx5.h net/mlx: fix debug build with gcc 6.1 2016-09-30 12:27:18 +02:00
rte_pmd_mlx5_version.map mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00